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

index 57ed1b41c8c0f977d919cfa0bc16c97fc11cfa57..42540537abcdb060237c9611ef31686812cf12a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2001-12-08  Derick Rethans  <d.rethans@jdimedia.nl>
+
+    * 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  <thies@thieso.net>
+
+    * 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  <andrei@ispi.net>
 
     * ext/overload/overload.c: