|
|
|
| Давно не читал PHP-рассылки , а сегодня решил почитать и наткнулся на интересную тему о PHP6.
Ссылка на источник: http://news.php.net/php.internals/17883
Кратко.
PHP6 собираются очистить от "мусора" , такого как:
- register_globals
- magic_quotes_*
- safe_mode
- функций, которые не рекомендовалось использовать с PHP3/PHP4
- различных алиасов для функций.
Также собираются:
- идентификаторы (identifiers) сделать регистро-зависимыми (этот пункт я немного не понял, какие именно идентификаторы?)
- разработать расширение, фильтрующее входящие данные
- включить в состав PHP кэш байт-кода.
Кстати, главное нововведение в PHP6 - поддержка Unicode.
PS: Первая сырая версия PHP6 выйдет минимум через год, поэтому не стоит волноваться :) | |
|
|
|
|
|
|
|
для: isset
(16.08.2005 в 02:17)
| | Ты не прав у меня уже лежит лежит 6 версия ПХП
вот что в ней изменилось
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 6.0
- Unicode support. (Andrei, Dmitriy, et al)
- Changed __toString() behavior to call it in all necessary places
(Marcus, Dmitry)
- Changed "instanceof" and "catch" operators, is_a() and is_subclass_of()
functions to not call __autoload(). (Dmitry)
- cURL improvements: (Ilia)
. Added curl_setopt_array() which allows setting of multiple cURL options.
. Added CURLINFO_HEADER_OUT to facilitate request retrieval.
- Added optional parameter to http_build_query() to allow specification of
string separator. (Ilia)
- Added an optional parameter to parse_url() to allow retrieval of distinct URL
components. (Ilia)
- Added an optional parameter to strstr() and stristr() for retrieval of either
the part of haystack before or after first occurence of needle. (Johannes)
- Added possibility to check in which extension an internal function was
defined using reflection API. (Johannes)
- Fixed bug #34286 (__toString() behavior is inconsistent). (Marcus) | |
|
|
|
|
|
|
|
для: Spalax
(26.01.2006 в 17:03)
| | Ага. А у меня лежит полная версия Windows Vista :) | |
|
|
|
|
|
|
|
для: Spalax
(26.01.2006 в 17:03)
| | То что у тебя лежит - лишь наброски шестой версии...А я говорил про официальный релиз.. | |
|
|
|