]> granicus.if.org Git - php/commitdiff
Refer to Zend Optimizer as Zend Opcache from now on
authorDavid Soria Parra <dsp@php.net>
Tue, 19 Mar 2013 15:15:54 +0000 (16:15 +0100)
committerDavid Soria Parra <dsp@php.net>
Tue, 19 Mar 2013 15:20:37 +0000 (16:20 +0100)
NEWS

diff --git a/NEWS b/NEWS
index c8b70ef1e17b327e463dd75438a9721e9c36dc12..ef2fc8f97abd0a4b0a6f3acbf7a128d4ab4ee977 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP                                                                        NEWS
 ?? ??? 20??, PHP 5.5.0 Beta 1
 
 - Core:
-  . Added Zend Optimizer+ extension and enable it by default. More details here:
+  . Added Zend Opcache 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)