From: Andrey Hristov Date: Sun, 23 May 2004 15:26:55 +0000 (+0000) Subject: adding this X-Git-Tag: php-5.0.0RC3RC1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4760dd4fc581837df14ae9ef56eada6c685310b1;p=php adding this --- diff --git a/NEWS b/NEWS index bf799e81db..83d0cd53d8 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5 Release Candidate 3 +- Added support for dumping private/protected properties to var_dump(). + (Andrey) - Added count() support for COM arrays. (Wez) - Changed tidy_node to tidyNode and removed tidy_exception. (John) - Fixed bug #28311 (Transparency detection code is off by 1).