From: Marcus Boerger Date: Thu, 10 Mar 2005 13:27:14 +0000 (+0000) Subject: - BFN X-Git-Tag: php-5.0.4RC1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c883ae3d1fbe064e6da33c37b033846f36eb44c4;p=php - BFN --- diff --git a/NEWS b/NEWS index a4ebc7369f..1431398663 100644 --- a/NEWS +++ b/NEWS @@ -153,6 +153,8 @@ PHP NEWS entries). (Andrei) - Fixed bug #28444 (Cannot access undefined property for object with overloaded property access). (Dmitry) +- Fixed bug #28442 (Changing a static variables in a class changes it across + sub/super classes.) (Marcus) - Fixed bug #28324 (HTTP_SESSION_VARS appear when register_long_arrays is Off). (Tony) - Fixed bug #28074 (FastCGI: stderr should be written in a FCGI stderr stream).