diff options
author | <changelog@php.net> | 2003-12-11 01:36:11 +0000 |
---|---|---|
committer | <changelog@php.net> | 2003-12-11 01:36:11 +0000 |
commit | a36a6a4b6e15d265b227e967ec76dee430100c60 (patch) | |
tree | 3d08b04f40f4dac8320029d7f8d290df0dd7043b | |
parent | 87bd1f4d0283ef35f3cd1316ee66750598f05bd2 (diff) | |
download | php-git-a36a6a4b6e15d265b227e967ec76dee430100c60.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 102 | ||||
-rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 107 insertions, 0 deletions
@@ -1,3 +1,105 @@ +2003-12-10 Christian Stocker <chregu@phant.ch> + + * ext/xsl/php_xsl.c: + fix crashes when you call php:functionString() with a + non-string handler (by adam) + +2003-12-10 Ilia Alshanetsky <ilia@prohost.org> + + * 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 <php@derickrethans.nl> + + * ext/standard/html.c: + - Test before commit - test before commit + +2003-12-10 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> + + * NEWS: + oops. + + * NEWS: + NFN + +2003-12-10 Ilia Alshanetsky <ilia@prohost.org> + + * 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 <php@derickrethans.nl> + + * ext/standard/html.c: + - Added support for MacRoman encoding to htmlentities(). (Marcus Bointon) + +2003-12-10 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> + + * 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 <jani.taskinen@kolumbus.fi> + + * (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 <marcus.boerger@post.rwth-aachen.de> + + * ZendEngine2/zend_execute_API.c: + Do not double copy the string + +2003-12-10 Georg Richter <phpinfo@t-online.de> + + * ext/mysqli/mysqli.c: + freeing result and stmt properties in MSHUTDOWN + +2003-12-10 Moriyoshi Koizumi <moriyoshi@at.wakwak.com> + + * 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 <ilia@prohost.org> + + * 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 <wez.php@thebrainroom.net> + + * ext/bcmath/config.w32: + consistency with unix build.... + 2003-12-09 Jani Taskinen <jani.taskinen@kolumbus.fi> * 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 <marcus.boerger@post.rwth-aachen.de> + + * zend_execute_API.c: + Do not double copy the string + 2003-12-09 Jani Taskinen <jani.taskinen@kolumbus.fi> * zend_operators.c |