From: Dmitry Stogov Date: Fri, 17 May 2013 09:35:32 +0000 (+0400) Subject: Added missing ZE/OPcache related entries X-Git-Tag: php-5.6.0alpha1~442^2~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76516701ae0756940b68208c4cced7b54a01d385;p=php Added missing ZE/OPcache related entries --- diff --git a/NEWS b/NEWS index f753a83ba8..5d9b713118 100644 --- a/NEWS +++ b/NEWS @@ -2,4 +2,14 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 201?, PHP 5.6.0 +- Core: + . Improved IS_VAR operands fetching. (Laruence, Dmitry) + +- OPcache: + . Added an optimization pass to convert FCALL_BY_NAME into DO_FCALL. + (Laruence, Dmitry) + . Added an optimization pass to merged identical constants (and related + cache_slots) in op_array->literals table. (Laruence, Dmitry) + . Added script level constant replacement optimization pass. (Dmitry) + <<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>