summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b1b236690a..3333849d28 100644
--- 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