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

index f84f6f18147b19b353b0ac6fdda3900a8b406270..e1748ac563cda99d169f6dc5ab66d2d8e86c6f7a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,62 @@
+2003-12-27  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * ext/iconv/iconv.c:
+      Just laugh at me :)
+
+    * ext/iconv/iconv.c:
+      - Add missing sanity check.
+
+2003-12-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * NEWS:
+      BFN
+
+    * ZendEngine2/zend_language_parser.y:
+      Fixed bug #26065 (Crash when nesting classes)
+
+    * (PHP_4_3)
+      NEWS
+      ext/sqlite/sqlite.c:
+      Fixed Bug #25329 sqlite_create_function with method and reference to $this
+
+    * ext/sqlite/sqlite.c:
+      Correct in order
+
+    * ext/sqlite/sqlite.c:
+      Bugfix #25329
+
+    * ext/sqlite/tests/sqlite_oo_029.phpt:
+      Not needed
+
+    * ext/sqlite/tests/sqlite_oo_029.phpt:
+      Add new test related to bug #25329.
+
+    * NEWS
+      ext/standard/basic_functions.c
+      ext/standard/tests/general_functions/bug25038.phpt:
+      Bugfix #25038 (call_user_func issues warning if function throws exception)
+
+    * ZendEngine2/tests/bug26698.phpt:
+      Add new test
+
+    * ZendEngine2/zend_objects.c:
+      Simplify
+
+    * ZendEngine2/zend_object_handlers.c:
+      Fix __tostring() and concatenation
+
+2003-12-27  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/dom/node.c:
+      fix libxml mem leak
+
+    * NEWS:
+      Fixed bug #26723
+
+    * ext/dom/node.c:
+      Fixed bug #26723 (domNode::appendChild() changes child node namespace)
+      apply fix to insertBefore and replaceChild
+
 2003-12-25  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index b4571b0b59b853ae072617bd24ae7b17f04fdb48..6cf9c270090e871125a92f460af34c771b9c6e5e 100644 (file)
@@ -1,3 +1,17 @@
+2003-12-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_language_parser.y:
+      Fixed bug #26065 (Crash when nesting classes)
+
+    * tests/bug26698.phpt:
+      Add new test
+
+    * zend_objects.c:
+      Simplify
+
+    * zend_object_handlers.c:
+      Fix __tostring() and concatenation
+
 2003-12-25  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_execute.c