From: Dmitry Stogov Date: Fri, 13 May 2016 11:46:43 +0000 (+0300) Subject: Added news entries X-Git-Tag: php-7.1.0alpha1~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8462b353d0ca8840788cdf0fcceea28bc9b0f57e;p=php Added news entries --- diff --git a/NEWS b/NEWS index 0553dc9029..78b1e53fbd 100644 --- 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)