From: Xinchen Hui Date: Sun, 14 Jul 2013 03:56:37 +0000 (+0800) Subject: Update NEWS X-Git-Tag: php-5.5.1~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e20fc854540716117aea5e169cf2a5cbb4af0a56;p=php Update NEWS --- diff --git a/NEWS b/NEWS index 65fbb5ff26..5422b0bd06 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ PHP NEWS ?? ??? 2013, PHP 5.5.1 - Core: + . Fixed bug #65254 (Exception not catchable when exception thrown in autoload + with a namespace). (Laruence) . Fixed bug #65088 (Generated configure script is malformed on OpenBSD). (Adam) . Fixed bug #65108 (is_callable() triggers Fatal Error).