stas Thu Jun 9 13:03:05 2005 EDT Modified files: (Branch: PHP_5_0) /php-src NEWS Log: #29689 http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1760.2.430&r2=1.1760.2.431&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1760.2.430 php-src/NEWS:1.1760.2.431 --- php-src/NEWS:1.1760.2.430 Thu Jun 9 06:13:57 2005 +++ php-src/NEWS Thu Jun 9 13:03:03 2005 @@ -170,6 +170,8 @@ - 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php