diff --git a/NEWS b/NEWS index 61e5e0d3a36..480bc72f52e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,33 @@ -PHP NEWS +PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2011, PHP 5.4.0 +?? ??? 2011, PHP 5.4.0 Alpha 2 +- General improvements: + . Zend Signal Handling. (Lucas Nealan,Arnaud Le Blanc,Brian Shire, Ilia) + +- Improved Zend Engine + . Improved parse error messages. (Felipe) + +- Improved CLI SAPI: + . Added built-in web server that is intended for testing purpose. + (Moriyoshi) + +- Improved PHP-FPM SAPI: + . Added partial syslog support (on error_log only). FR #52052. (fat) + . Lowered default value for Process Manager. FR #54098. (fat) + +- Improved core functions: + . Fixed crypt_blowfish handling of 8-bit characters. (Stas) (CVE-2011-2483) + . Fixed bug#55084 (Function registered by header_register_callback is + called only once per process). (Hannes) + +- Improved DOM extension: + . Added the ability to pass options to loadHTML (Chregu, fxmulder at gmail dot com) + +- OpenSSL extension: + . Use php's implementation for Windows Crypto API in + openssl_random_pseudo_bytes. (Pierre) + +20 Jun 2011, PHP 5.4.0 Alpha 1 - autoconf 2.59+ is now supported (and required) for generating the configure script with ./buildconf. Autoconf 2.60+ is desirable otherwise the configure help order may be incorrect. (Rasmus, Chris Jones) @@ -34,7 +61,6 @@ -