From: Date: Sun, 9 Dec 2001 01:10:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=437ea23723d2c72fa0a2ae17afa3d4456564095d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 57ed1b41c8..42540537ab 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: