]> granicus.if.org Git - php/commitdiff
adding this
authorAndrey Hristov <andrey@php.net>
Sun, 23 May 2004 15:26:55 +0000 (15:26 +0000)
committerAndrey Hristov <andrey@php.net>
Sun, 23 May 2004 15:26:55 +0000 (15:26 +0000)
NEWS

diff --git a/NEWS b/NEWS
index bf799e81db016a1cb2312ecb16585b7b5f92a12f..83d0cd53d8bdff3df7e09dc1904f9bd7d48a93ae 100644 (file)
--- 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).