changelog               Sat Dec  8 20:11:03 2001 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.883 php4/ChangeLog:1.884
--- php4/ChangeLog:1.883        Fri Dec  7 20:11:43 2001
+++ php4/ChangeLog      Sat Dec  8 20:10:58 2001
@@ -1,3 +1,21 @@
+2001-12-08  Derick Rethans  <[EMAIL PROTECTED]>
+
+    * ext/standard/var.c: - Remove debug code
+
+    * ext/standard/basic_functions.c
+      ext/standard/php_var.h
+      ext/standard/var.c:
+    - 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.
+    - 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. 
+
+2001-12-08  Thies C. Arntzen  <[EMAIL PROTECTED]>
+
+    * sapi/cgi/cgi_main.c:
+    - Added -w option to the cgi-version. This will remove all comments and
+      whitespace from teh script. 
+
 2001-12-07  Andrei Zmievski  <[EMAIL PROTECTED]>
 
     * ext/overload/overload.c:


Reply via email to