From: Stanislav Malyshev Date: Thu, 9 Jun 2005 17:22:06 +0000 (+0000) Subject: #29689 X-Git-Tag: php-5.0.1b1~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=648522ab980a446e231d0fa60bd0b4ae6437fd67;p=php #29689 --- diff --git a/NEWS b/NEWS index 5e6916d761..17b32af056 100644 --- a/NEWS +++ b/NEWS @@ -155,6 +155,9 @@ PHP NEWS - Fixed bug #28969 (Wrong data encoding of special characters). (Dmitry) - Fixed bug #28568 (SAPI::known_post_content_types is not thread safe). (Moriyoshi) +- 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) 13 Jul 2004, PHP 5.0.0 - Rewritten UNIX and Windows install help files. (Documentation Team)