]> granicus.if.org Git - php/commitdiff
Added news entry
authorDmitry Stogov <dmitry@zend.com>
Thu, 21 Apr 2016 19:37:13 +0000 (22:37 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 21 Apr 2016 19:37:13 +0000 (22:37 +0300)
NEWS

diff --git a/NEWS b/NEWS
index 7cf6372f79e8aa588cb098b47f5498245231d0ef..b8a0d86003a93d59ed8da2fbe6b0597feb250063 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? ??? 2016, PHP 7.1.0
 
 - Core:
+  . Implemented safe execution timeout handling, that prevents rundom crashes
+    after "Maximum execution time exceeded" error. (Dmitry)
   . Fixed bug #62210 (Exceptions can leak temporary variables). (Dmitry, Bob)
   . Fixed bug #62814 (It is possible to stiffen child class members visibility).
     (Nikita)