From: Stanislav Malyshev Date: Thu, 9 Jun 2005 17:03:03 +0000 (+0000) Subject: #29689 X-Git-Tag: php-5.0.5RC1~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=748de206862dcff893cf775f820ccf078e26f2d5;p=php #29689 --- diff --git a/NEWS b/NEWS index 7f6112bb86..5fc872037c 100644 --- a/NEWS +++ b/NEWS @@ -170,6 +170,8 @@ PHP NEWS - 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)