]> granicus.if.org Git - php/commitdiff
#29689
authorStanislav Malyshev <stas@php.net>
Thu, 9 Jun 2005 17:03:03 +0000 (17:03 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 9 Jun 2005 17:03:03 +0000 (17:03 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 7f6112bb86e2257330d8b4a38aacd5ed6869bab5..5fc872037c095f4f480b6fd39b65d1fb14fbbaf2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -170,6 +170,8 @@ PHP                                                                        NEWS
 - Fixed bug #25922 (In error handler, modifying 5th arg (errcontext) may result
   in seg fault). (Dmitry)
 - Fixed bug #22836 (returning reference to uninitialized variable). (Dmitry)
+- Fixed bug #29689 (default value of protected member overrides default value of private) 
+  and other private variable problems in inherited classes (Stas)
 
 31 Mar 2005, PHP 5.0.4
 - Added SNMPv2 support. (harrie)