From: Marcus Boerger Date: Thu, 10 Mar 2005 02:35:39 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.0.4RC1~48 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a45dcf5eaa59d444ccff88ffe3c75d808ffde74;p=php - BFN --- diff --git a/NEWS b/NEWS index b6528be616..a4ebc7369f 100644 --- a/NEWS +++ b/NEWS @@ -71,6 +71,7 @@ PHP NEWS - Fixed bug #31683 (changes to $name in __get($name) override future parameters). (Dmitry) - Fixed bug #31699 (unserialize() float problem on non-English locales). (Ilia) +- Fixed bug #31562 (__autoload() problem with static variables). (Marcus) - Fixed bug #31651 (ReflectionClass::getDefaultProperties segfaults with arrays). (Marcus) - Fixed bug #31623 (OCILogin does not support password grace period).