From: Stanislav Malyshev Date: Thu, 9 Jun 2005 17:13:36 +0000 (+0000) Subject: RIP abstrace private X-Git-Tag: php-5.0.5RC1~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7577029efd9f6a9ed941afcb0b39acf076880d0b;p=php RIP abstrace private --- diff --git a/NEWS b/NEWS index 5fc872037c..f52e8617a9 100644 --- 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)