stas Thu Jun 9 13:13:36 2005 EDT Modified files: (Branch: PHP_5_0) /php-src NEWS Log: RIP abstrace private http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.431&r2=1.1760.2.432&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.431 php-src/NEWS:1.1760.2.432 --- php-src/NEWS:1.1760.2.431 Thu Jun 9 13:03:03 2005 +++ php-src/NEWS Thu Jun 9 13:13:36 2005 @@ -172,6 +172,7 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php