From: Date: Thu, 11 Dec 2003 01:36:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b3RC1~138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a36a6a4b6e15d265b227e967ec76dee430100c60;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b8ef14eaa4..53978d8078 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,105 @@ +2003-12-10 Christian Stocker + + * ext/xsl/php_xsl.c: + fix crashes when you call php:functionString() with a + non-string handler (by adam) + +2003-12-10 Ilia Alshanetsky + + * ext/exif/exif.c + ext/standard/ftp_fopen_wrapper.c + ext/standard/php_string.h + ext/standard/string.c: + Fixed ZTS build. + +2003-12-10 Derick Rethans + + * ext/standard/html.c: + - Test before commit - test before commit + +2003-12-10 Moriyoshi Koizumi + + * NEWS: + oops. + + * NEWS: + NFN + +2003-12-10 Ilia Alshanetsky + + * ext/sqlite/sqlite.c + ext/sqlite/tests/sqlite_oo_027.phpt: + The changes() method should be that of the database object not that of + a result. + Added a test case for this bug. + +2003-12-10 Derick Rethans + + * ext/standard/html.c: + - Added support for MacRoman encoding to htmlentities(). (Marcus Bointon) + +2003-12-10 Moriyoshi Koizumi + + * ext/mbstring/mbstring.c + ext/mbstring/mbstring.c + ext/mbstring/mbstring.c: + Eliminate compiler warnings. + + * (PHP_4_3) + ext/mbstring/mbstring.dsp: + DOS line endings... + + * (PHP_4_3) + ext/mbstring/mbstring.dsp: + Fix win32 build. + +2003-12-10 Jani Taskinen + + * (PHP_4_3) + NEWS + ext/standard/parsedate.y: + MFH: Fixed bug #26565 (strtotime("this month") resolving to the wrong + month) + + * ext/standard/parsedate.y: + Fixed bug #26565 (strtotime("this month") resolving to the wrong month) + +2003-12-10 Marcus Boerger + + * ZendEngine2/zend_execute_API.c: + Do not double copy the string + +2003-12-10 Georg Richter + + * ext/mysqli/mysqli.c: + freeing result and stmt properties in MSHUTDOWN + +2003-12-10 Moriyoshi Koizumi + + * ext/standard/ftp_fopen_wrapper.c + ext/standard/php_string.h + ext/standard/string.c: + Fix bug #26574 (basename() doesn't work properly with multibyte characters) + + * ext/standard/file.c + ext/standard/php_string.h: + Expose the macro globally + + * ext/standard/string.c: + Fix typo. + +2003-12-10 Ilia Alshanetsky + + * ext/sqlite/sqlite.c + ext/sqlite/tests/sqlite_025.phpt: + Fixed a crash in SQLite when fetching data using sqlite_fetch_object() in + a loop. + +2003-12-10 Wez Furlong + + * ext/bcmath/config.w32: + consistency with unix build.... + 2003-12-09 Jani Taskinen * ZendEngine2/zend_operators.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 45e04ca438..1816d41a41 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-12-10 Marcus Boerger + + * zend_execute_API.c: + Do not double copy the string + 2003-12-09 Jani Taskinen * zend_operators.c