From: Date: Thu, 9 Jan 2003 01:33:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PHP_5_0_dev_before_13561_fix~370 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7faaf86d3a63457959e2cdc3c32f113a37c86497;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 961f02a4b3..d589bc247e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2003-01-08 Moriyoshi Koizumi + + * ext/standard/filters.c: + Reimplemented base64 filter to use iconv()-like facility for flexibility. + +2003-01-08 Frank M. Kromann + + * ext/fbsql/php_fbsql.h + ext/mssql/php_mssql.c + ext/mssql/php_mssql.h: + Changed global data type to avoid problems with initialization + +2003-01-08 Ilia Alshanetsky + + * ext/standard/image.c + ext/standard/php_image.h: + Added support for WBMP images. + + * ext/gd/gd.c + ext/gd/libgd/gd_io_dp.c: + Fixed bug #21518. + Fixed memory in leak ImageCreateFromString(). + Fixed a bug that prevented proper identification of WBMP images and thus + prevented ImageCreateFromString() from working on those images. + + * (PHP_4_3) + NEWS: + Bug fixing news. + +2003-01-08 Zeev Suraski + + * ext/session/session.c: + Fix UMR + +2003-01-08 Georg Richter + + * (PHP_4_3) + ext/mysql/php_mysql.c: + fixed bug 21498 + + * ext/mysql/php_mysql.c: + fixed bug #21498 + +2003-01-08 Ilia Alshanetsky + + * ext/mcrypt/mcrypt.c: + Removed unused variable. + + * main/main.c: + Fixed bug #21499 (more descriptive message in the event of require/include + failure). + + * sapi/cgi/cgi_main.c + sapi/cli/php_cli.c: + Fixed bug #21297. The fix also fixes miscalculation of lines numbers by 1 + due the previously mentioned bug. + + * ext/odbc/php_odbc.c: + Version is char ;). + 2003-01-07 Christian Dickmann * pear/PEAR/Config.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e9093ea23d..4847c866f3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2003-01-08 James Cox + + * zend.h: + cvs is dev not alpha. + +2003-01-08 Ilia Alshanetsky + + * zend_builtin_functions.c: + MFZE2 + 2003-01-05 Zeev Suraski * zend_compile.c