]> granicus.if.org Git - php/commitdiff
Added an optimization of class constants and constant calls to some internal functions
authorDmitry Stogov <dmitry@zend.com>
Tue, 26 Nov 2013 17:38:40 +0000 (21:38 +0400)
committerDmitry Stogov <dmitry@zend.com>
Tue, 26 Nov 2013 17:38:40 +0000 (21:38 +0400)
NEWS

diff --git a/NEWS b/NEWS
index 8188a1bae3236cc0107911e7ab63ca761345a617..b17b3b07d02545cae507e1be75361606c94393e8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -43,6 +43,8 @@ PHP                                                                        NEWS
     supported by the overlying APIs. (Andrey)
 
 - OPcache:
+  . Added an optimization of class constants and constant calls to some
+    internal functions (Laruence, Dmitry)
   . Added an optimization pass to convert FCALL_BY_NAME into DO_FCALL.
     (Laruence, Dmitry)
   . Added an optimization pass to merged identical constants (and related