From: Stanislav Malyshev Date: Wed, 20 Mar 2013 05:32:50 +0000 (-0700) Subject: clarify NEWS X-Git-Tag: php-5.5.0beta1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5aaff8d634ec919a5fa24c05485b5ad250588982;p=php clarify NEWS --- diff --git a/NEWS b/NEWS index ef2fc8f97a..597010b534 100644 --- a/NEWS +++ b/NEWS @@ -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.