changelog Sat Mar 6 20:32:01 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1559&r2=1.1560&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1559 php-src/ChangeLog:1.1560
--- php-src/ChangeLog:1.1559 Fri Mar 5 20:32:06 2004
+++ php-src/ChangeLog Sat Mar 6 20:32:00 2004
@@ -1,3 +1,63 @@
+2004-03-06 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * ext/wddx/tests/001.phpt:
+ - Fix test, take 2
+
+2004-03-06 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/mbstring/mbstring.c:
+ MFH: Fixed bug #27421 (mbstring.func_overload should be system ini setting)
+
+ * ext/mbstring/mbstring.c:
+ Fixed bug #27421 (mbstring.func_overload should be system ini setting).
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/base64.c:
+ MFH: Fixed bug #27460 (base64_decode() does not handle extra padding).
+
+ * ext/standard/base64.c:
+ Fixed bug #27460 (base64_decode() does not handle extra padding).
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/html.c:
+ MFH: Fixed bug #27505 (htmlentities() does not handle BIG5 correctly).
+
+ * ext/standard/html.c:
+ Fixed bug #27505 (htmlentities() does not handle BIG5 correctly).
+
+ * ext/sqlite/sqlite.c:
+ Use correct variable name.
+
+ * (PHP_4_3)
+ NEWS
+ ext/gd/libgd/gdft.c
+ ext/gd/libgd/gdft.c:
+ Fixed bug #27437 (wrong freetype include inside GD library).
+
+ * ext/sqlite/sqlite.c:
+ Fixed a possible memory leaks inside sqlite_popen() &
+ sqlite_fetch_column_types().
+ Resolve the file path inside sqlite_factory().
+
+ * ext/sqlite/sess_sqlite.c:
+ Fixed possible crash due to an integer overflow.
+
+ * ext/sqlite/sqlite.php:
+ Better extension availability check.
+
+2004-03-06 Pierre-Alain Joye <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ - Add #27238 entry
+
+ * ext/standard/iptc.c:
+ - fix #27238
+
2004-03-05 Andi Gutmans <[EMAIL PROTECTED]>
* ZendEngine2/zend_compile.c: