From: Stanislav Malyshev Date: Mon, 6 Aug 2012 04:00:04 +0000 (-0700) Subject: Add #51363 X-Git-Tag: php-5.4.7RC1~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01e414bb6fb1f1939df3b45d3cd64f140f91e440;p=php Add #51363 --- diff --git a/NEWS b/NEWS index 623a791b4e..9aa95dab69 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ PHP NEWS - Core: . Fixed bug #62725 (Calling exit() in a shutdown function does not return the exit value). (Laruence) + . Fixed bug #51363 (Fatal error raised by var_export() not caught by error + handler). (Lonny Kapelushnik) - PDO: . Fixed bug #62685 (Wrong return datatype in PDO::inTransaction()). (Laruence)