]> granicus.if.org Git - php/commitdiff
- BFN
authorMarcus Boerger <helly@php.net>
Thu, 10 Mar 2005 13:27:14 +0000 (13:27 +0000)
committerMarcus Boerger <helly@php.net>
Thu, 10 Mar 2005 13:27:14 +0000 (13:27 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a4ebc7369f0853789a8023dbb0d93b987aa980ec..1431398663192fc0a5733bcea095587614e5cb05 100644 (file)
--- 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).