From 5d9390876616548c7099cd44eb46567d765c280d Mon Sep 17 00:00:00 2001 From: Date: Sun, 7 Mar 2004 01:32:00 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/ChangeLog b/ChangeLog index cda14186b9..8602a6b6d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2004-03-06 Moriyoshi Koizumi + + * ext/wddx/tests/001.phpt: + - Fix test, take 2 + +2004-03-06 Ilia Alshanetsky + + * (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 + + * (PHP_4_3) + NEWS: + - Add #27238 entry + + * ext/standard/iptc.c: + - fix #27238 + 2004-03-05 Andi Gutmans * ZendEngine2/zend_compile.c: -- 2.50.1