From: Dmitry Stogov Date: Thu, 21 Apr 2016 19:37:13 +0000 (+0300) Subject: Added news entry X-Git-Tag: php-7.1.0alpha1~288 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55f01863358d1d34d6abf1f37c27261208cfe965;p=php Added news entry --- diff --git a/NEWS b/NEWS index 7cf6372f79..b8a0d86003 100644 --- 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)