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

diff --git a/NEWS b/NEWS
index 5e6916d761f07ac8c40bef2fb8249cde83b91546..17b32af0565efeb1461ce432ee26ca58f7574bea 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -155,6 +155,9 @@ PHP                                                                        NEWS
 - Fixed bug #28969 (Wrong data encoding of special characters). (Dmitry)
 - Fixed bug #28568 (SAPI::known_post_content_types is not thread safe).
   (Moriyoshi)
+- Fixed bug #29689 (default value of protected member overrides default value of private)
+  and other private variable problems in inherited classes (Stas)
+- Abstract private methods are no longer allowed (Stas)
 
 13 Jul 2004, PHP 5.0.0
 - Rewritten UNIX and Windows install help files. (Documentation Team)