Commit:    76516701ae0756940b68208c4cced7b54a01d385
Author:    Dmitry Stogov <dmi...@zend.com>         Fri, 17 May 2013 13:35:32 
+0400
Parents:   22da0b7364e4290ef57ede40468564d6a4ff2797
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=76516701ae0756940b68208c4cced7b54a01d385

Log:
Added missing ZE/OPcache related entries

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index f753a83..5d9b713 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! 
>>>


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to