From: Marcus Boerger Date: Fri, 12 Dec 2003 06:34:06 +0000 (+0000) Subject: BFN X-Git-Tag: php-5.0.0b3RC1~115 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fc5c73897dab1c69d7e8bc9122055ecdf2fbb4c7;p=php BFN --- diff --git a/NEWS b/NEWS index 8935cf3cb7..3f918616b2 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,8 @@ PHP NEWS of files. (Andi) - Fixed get_declared_classes() to return only classes. (Andrey, Marcus) - Fixed __autoload() to preserve case of the passed class name. (Andi) +- Fixed bug #26591 ("__autoload threw an exception" during an uncaught). + (Marcus) - Fixed bug #26534 (stream_get_meta_data() -> Access Violation). (Wez) - Fixed bug #26528 (HTML entities are not being decoded by xml_parse()/xml_parse_into_struct()). (Ilia)