clarify NEWS

This commit is contained in:
Stanislav Malyshev 2013-03-19 22:32:50 -07:00
parent cb76420fe0
commit 5aaff8d634

4
NEWS
View File

@ -3,8 +3,8 @@ PHP NEWS
?? ??? 20??, PHP 5.5.0 Beta 1
- Core:
. Added Zend Opcache extension and enable it by default. More details here:
https://wiki.php.net/rfc/optimizerplus. (Dmitry)
. Added Zend Opcache extension and enable building it by default.
More details here: https://wiki.php.net/rfc/optimizerplus. (Dmitry)
. Fixed bug #64354 (Unserialize array of objects whose class can't
be autoloaded fail). (Laruence)
. Added support for changing the process's title in CLI/CLI-Server SAPIs.