changelog Thu Jan 29 20:32:53 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1522&r2=1.1523&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1522 php-src/ChangeLog:1.1523
--- php-src/ChangeLog:1.1522 Wed Jan 28 20:32:16 2004
+++ php-src/ChangeLog Thu Jan 29 20:32:51 2004
@@ -1,3 +1,62 @@
+2004-01-29 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ typofix
+
+2004-01-29 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/xsl/xsltprocessor.c:
+ fix corruption when cloneDocument is not defined
+
+2004-01-29 Sara Golemon <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/mysqli/EXPERIMENTAL