From: Dmitry Stogov Date: Tue, 26 Nov 2013 17:38:40 +0000 (+0400) Subject: Added an optimization of class constants and constant calls to some internal functions X-Git-Tag: php-5.6.0alpha1~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ee3c7b70c317dd1e924af4f8b573751d6857f46a;p=php Added an optimization of class constants and constant calls to some internal functions --- diff --git a/NEWS b/NEWS index 8188a1bae3..b17b3b07d0 100644 --- 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