]> granicus.if.org Git - php/commitdiff
ZO+ NEWS
authorDavid Soria Parra <dsp@php.net>
Tue, 19 Mar 2013 14:26:40 +0000 (15:26 +0100)
committerDavid Soria Parra <dsp@php.net>
Tue, 19 Mar 2013 14:54:57 +0000 (15:54 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 805a40d3294b2e2cb16df0cc7e97bda61bb2da6e..c8b70ef1e17b327e463dd75438a9721e9c36dc12 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? ??? 20??, PHP 5.5.0 Beta 1
 
 - Core:
+  . Added Zend Optimizer+ extension and enable 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.