changelog               Sat Dec  8 20:10:56 2001 EDT

  Modified files:              
    /php4       NEWS 
  Log:
  NEWS update
  
Index: php4/NEWS
diff -u php4/NEWS:1.821 php4/NEWS:1.822
--- php4/NEWS:1.821     Thu Dec  6 20:10:33 2001
+++ php4/NEWS   Sat Dec  8 20:10:55 2001
@@ -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)


Reply via email to