]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 11 Dec 2003 01:36:11 +0000 (01:36 +0000)
committer <changelog@php.net> <>
Thu, 11 Dec 2003 01:36:11 +0000 (01:36 +0000)
ChangeLog
Zend/ChangeLog

index b8ef14eaa4f620152881d5a5145349e36b8c3592..53978d8078d266f32188d5c6701331b255b9f6a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 45e04ca438142752bf9bc49675d9f09e98089b3e..1816d41a41497946119533caee90d4882c2ec71f 100644 (file)
@@ -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