From: Date: Thu, 19 Oct 2000 01:09:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~625 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed9f9b3cd7a4ce63b0a3ae686607b1bf1cf04086;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9c8093d383..33f78d7afb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2000-10-18 Rui Hirokawa + + * ext/domxml/Makefile.in + ext/domxml/config.m4: + modified the configure scripts to make shared extension. + +2000-10-18 Sascha Schumann + + * ext/standard/var.c: Back out circular references protection patch. + + This causes problems with serializing regular variables and object + properties. + + We need a smarter way to tell whether we have serialized one node + already. + + PR: #7291, #7294 + +2000-10-18 Sterling Hughes + + * ext/bz2/Makefile.in + ext/bz2/bz2.c + ext/bz2/config.m4 + ext/bz2/php_bz2.h + ext/bz2/.cvsignore: + Initial commit of the bz2 extension which gives PHP 4 Bzip2 compression + abilities. + +2000-10-18 Andrew Skalski + + * ext/mcal/php_mcal.c: + fixed logic error in the get parameters stage of mcal_list_alarms + +2000-10-18 Jani Taskinen + + * ext/session/mod_files.c + ext/standard/dir.c: + Fixed crash (bus error) in readdir() and session cleanup when compiled + with Sun CC. + +2000-10-18 Stig Venaas + + * ext/standard/fsock.c: + Removed some zval_dtor calls. There were two more than needed, and I had + just added two more... + + * ext/standard/fsock.c: + Added some missing zval_dtor calls in php_fsockopen() + +2000-10-18 Jani Taskinen + + * php.ini-dist + php.ini-optimized: + url_rewriter.tags needs to have " around the parameter to work. + +2000-10-18 Stig Venaas + + * ext/ldap/ldap.c: + Added destruction of return value parameter, and using ZVAL_LONG and + ZVAL_STRING to set return value in ldap_get_option. + +2000-10-18 Ron Chmara + + * CODING_STANDARDS: + As per andi, similar names are for legacy reasons only. + +2000-10-18 Nikos Mavroyanopoulos + + * ext/mhash/mhash.c: corrected authors notice + +2000-10-18 Ron Chmara + + * CODING_STANDARDS: + Updated naming standards as per 9/12 dev/doc discussion. + 2000-10-17 Monte Ohrt * pear/Makefile.in: update for Date_Calc install