From: Date: Fri, 30 Jan 2004 01:32:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b4RC1~227 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41c43230da7b1aec20f0d50cb73485562ef8bde5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b61708ee41..db9b6492c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2004-01-29 Ilia Alshanetsky + + * ext/sqlite/config.m4: + Proper configure switch for sqlite. + + * (PHP_4_3) + sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + MFH: Apache 2 portion of the fix for bug #25753. + + * sapi/apache2filter/sapi_apache2.c + sapi/apache2handler/sapi_apache2.c: + Apache 2 portion of the fix for bug #25753. + + * (PHP_4_3) + ext/standard/file.c + ext/standard/tests/file/fgetcsv.phpt: + Fix for a possible crash in fgetcsv(). (Patch by Moriyoshi Koizumi) + +2004-01-29 Jani Taskinen + + * (PHP_4_3) + NEWS: + typofix + +2004-01-29 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/pgsql/pgsql.c: + MFH: Fixed bug #27007 (missing connection closure when connect fails in + pgsql) + + * ext/pgsql/pgsql.c: + Fixed bug #27007 (missing connection closure when connect fails in pgsql). + + * (PHP_4_3) + NEWS + sapi/apache2handler/sapi_apache2.c: + MFH: Fixed bug #27037 (fixed possible crash in apache2handler output code). + + * sapi/apache2handler/sapi_apache2.c: + Fixed bug #27037 (fixed possible crash in apache2handler output code). + +2004-01-29 Rob Richards + + * ext/xsl/xsltprocessor.c: + fix corruption when cloneDocument is not defined + +2004-01-29 Sara Golemon + + * (PHP_4_3) + NEWS: + BFN + + * main/main.c + main/main.c: + This should not have been an INI_ALL directive. + 2004-01-28 Georg Richter * ext/mysqli/EXPERIMENTAL