]> granicus.if.org Git - php/commitdiff
clarify NEWS
authorStanislav Malyshev <stas@php.net>
Wed, 20 Mar 2013 05:32:50 +0000 (22:32 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 20 Mar 2013 05:32:50 +0000 (22:32 -0700)
NEWS

diff --git a/NEWS b/NEWS
index ef2fc8f97abd0a4b0a6f3acbf7a128d4ab4ee977..597010b534573e514c8c68096cb8adc42f899591 100644 (file)
--- 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.