From: Stanislav Malyshev Date: Wed, 2 Jan 2013 06:09:32 +0000 (-0800) Subject: add bug #63762 X-Git-Tag: php-5.4.11RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ed2fdbf99219c39e7ac24658905f736c62efe0b;p=php add bug #63762 --- diff --git a/NEWS b/NEWS index 6e1e180b17..a1df72d674 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2012, PHP 5.4.11 - Core: + . Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user). + (Johannes) . Fixed bug #43177 (Errors in eval()'ed code produce status code 500). (Todd Ruth, Stas).