]> granicus.if.org Git - php/commitdiff
RIP abstrace private
authorStanislav Malyshev <stas@php.net>
Thu, 9 Jun 2005 17:13:36 +0000 (17:13 +0000)
committerStanislav Malyshev <stas@php.net>
Thu, 9 Jun 2005 17:13:36 +0000 (17:13 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5fc872037c095f4f480b6fd39b65d1fb14fbbaf2..f52e8617a926c753a69c02ee6b4dbe89fbc3c3cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -172,6 +172,7 @@ PHP                                                                        NEWS
 - 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)
+- Abstract private methods are no longer allowed (Stas)
 
 31 Mar 2005, PHP 5.0.4
 - Added SNMPv2 support. (harrie)