From: Xinchen Hui Date: Fri, 4 Jan 2013 03:05:24 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-5.5.0alpha3~17^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2feea39a3320d100bae8a1193aba9022726a24ea;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 4d1abe4f88..91b7b46637 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ PHP NEWS ?? ??? 2012, PHP 5.4.11 - Core: + . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence) . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user). (Johannes) . Fixed bug #43177 (Errors in eval()'ed code produce status code 500).