changelog Wed Dec 24 20:31:51 2003 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1485 php-src/ChangeLog:1.1486
--- php-src/ChangeLog:1.1485 Tue Dec 23 20:31:51 2003
+++ php-src/ChangeLog Wed Dec 24 20:31:50 2003
@@ -1,3 +1,36 @@
+2003-12-24 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * ext/standard/file.c:
+ - fixes for compatibility. now fgetcsv() treats a null line to be a single
+ null component.
+
+2003-12-24 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ main/main.c:
+ MFH: Fixed bug #26707 (Incorrect error for disabled functions/classes).
+
+
+ * main/main.c
+ main/php.h
+ main/php_globals.h:
+ Fixed bug #26707 (Incorrect error for disabled functions/classes).
+
+2003-12-24 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/oci8/oci8.c:
+ separate oci_lob_flush() to use it in oci_lob_append() etc. in the future
+
+2003-12-24 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * ext/iconv/iconv.c:
+ - Supply some comments. Hope those help when you have to debug this dead
+ beef.
+ - Fix iconv_mime_decode() to correctly handle "malformed" headers :)
+ - Fix iconv_mime_decode() bug, that the result is mangled when
+ ICONV_MIME_CONTINUE_ON_ERROR is enabled and the function encounters an
+ unconvertable encoded chunk.
+
2003-12-23 Ilia Alshanetsky <[EMAIL PROTECTED]>
* run-tests.php: