]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Sun, 9 Dec 2001 01:10:55 +0000 (01:10 +0000)
committer <changelog@php.net> <>
Sun, 9 Dec 2001 01:10:55 +0000 (01:10 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b0c2808af85730c3680a0e30411b0290bc113a0a..9277964c132f13def0814d2ee22fdf4339d8f9d1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 200?, Version 4.2.0-dev
+- Added var_export, which shows a representation of a variable, much like
+  var_dump, but in such a way you can use it as PHP code. (Derick)
+- Added -w option to the cgi-version. This will remove all comments and
+  whitespace from teh script. (Thies)
 - Added support for SO_RCVTIMEO and SO_SNDTIMEO to ext/sockets (Jason)
 - Added ob_get_level, which returns the nesting level of the output buffering
   mechanism. (Yasuo, Derick)