Вышел Php 4.2
http://www.php.net/downloads.php
Кто уже поставил - поделитесь впечатлениями....
PHP 4.2.0 includes several improvements:
External variables (from the environment, the HTTP request, cookies or the web server) are no longer registered as global variables
Overhaul of the sockets extension
Highly improved performance with file uploads
The satellite and mailparse extensions were moved to PECL and are no longer bundled with the official PHP release
The posix extension has been cleaned up
iconv handling has been improved
Output buffering support, which was introduced in PHP 4.1.0 has been stabilized
Improved performance and stability of the domxml extension
New multibyte regular expression support
LOTS of fixes and new functions
Важные изменения:
Отключена "глобализация" переменных - теперь нельзя передавать значения переменных из (окружения, HTTP запросов, cookies и пр)
Необходимо использовать новый глобальный массив
Ускорена обработка загрузки файлов
Стала стабильнее поддержка буфферизации вывода
Улучшена поддержка DOMXML
http://www.php.net/downloads.php
Кто уже поставил - поделитесь впечатлениями....
PHP 4.2.0 includes several improvements:
External variables (from the environment, the HTTP request, cookies or the web server) are no longer registered as global variables
Overhaul of the sockets extension
Highly improved performance with file uploads
The satellite and mailparse extensions were moved to PECL and are no longer bundled with the official PHP release
The posix extension has been cleaned up
iconv handling has been improved
Output buffering support, which was introduced in PHP 4.1.0 has been stabilized
Improved performance and stability of the domxml extension
New multibyte regular expression support
LOTS of fixes and new functions
Важные изменения:
Отключена "глобализация" переменных - теперь нельзя передавать значения переменных из (окружения, HTTP запросов, cookies и пр)
Необходимо использовать новый глобальный массив
Ускорена обработка загрузки файлов
Стала стабильнее поддержка буфферизации вывода
Улучшена поддержка DOMXML