]> granicus.if.org Git - php/commitdiff
Added news entries
authorDmitry Stogov <dmitry@zend.com>
Fri, 13 May 2016 11:46:43 +0000 (14:46 +0300)
committerDmitry Stogov <dmitry@zend.com>
Fri, 13 May 2016 11:46:43 +0000 (14:46 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 0553dc9029e23287a132b90af6a3ad7400eddcf7..78b1e53fbdf4e0890bf3d12ac05ba01dfb4c0c60 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,9 @@ PHP                                                                        NEWS
 ?? ??? 2016, PHP 7.1.0
 
 - Core:
+  . Added DFA optimization framework based on e-SSA form. (Dmitry, Nikita)
+  . Added specialized opcode handlers (e.g. ZEND_ADD_LONG_NO_OVERFLOW).
+    (Dmitry)
   . Change statement and fcall extension handlers to accept frame. (Joe)
   . Implemented safe execution timeout handling, that prevents rundom crashes
     after "Maximum execution time exceeded" error. (Dmitry)