]> granicus.if.org Git - php/commitdiff
Update NEWS
authorZeev Suraski <zeev@php.net>
Thu, 2 Nov 2000 23:18:08 +0000 (23:18 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 2 Nov 2000 23:18:08 +0000 (23:18 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b1b236690ad6e9e3c6ae3892d8640783a7e69b13..3333849d287eb29293f4179dad846232a7c09cda 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PHP 4.0                                                                    NEWS
 
 
 ?? ??? 2000, Version 4.0.4
-
+- Made print_r support recursive data structures, e.g., $GLOBALS. (Zeev)
 - Fixed a bug that caused PHP not to properly flush its output buffer, if more
   than one output buffer was used. (Zeev)
 - Fixed a bug that could draw the shutdown sequence of the PHP Apache module