From 437ea23723d2c72fa0a2ae17afa3d4456564095d Mon Sep 17 00:00:00 2001 From: Date: Sun, 9 Dec 2001 01:10:58 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 57ed1b41c8c..42540537abc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2001-12-08 Derick Rethans + + * 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 + + * 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 * ext/overload/overload.c: