]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 22 Dec 2007 01:31:34 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 22 Dec 2007 01:31:34 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index 0b67b87c50a432dbb288e89a2c02f1862b6c21f8..1a5cc82087c9fe6ec8bd0dacf22577d254b08c6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,42 @@
+2007-12-21  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_2)
+      NEWS:
+      -Fix name (arg, new keyboard is coming...)
+
+    * (PHP_5_2)
+      NEWS:
+      -Fix name
+
+    * (PHP_5_2)
+      NEWS
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/tests/bug43450.phpt
+      ZendEngine2/tests/bug43450.phpt:
+      - MFH: Fix #43450 (Memory leak on some functions with implicit object
+        __toString() call) (Davic C.)
+
+    * ZendEngine2/zend_object_handlers.c
+      ZendEngine2/tests/bug43450.phpt
+      ZendEngine2/tests/bug43450.phpt
+      ZendEngine2/tests/bug43450.phpt:
+      - Fix #43450 (Memory leak on some functions with implicit object
+        __toString() call) (Davic C.)
+
+2007-12-21  Dmitry Stogov  <dmitry@zend.com>
+
+    * ext/standard/tests/array/array_map_variation2.phpt
+      ext/standard/tests/array/array_map_variation2.phpt
+      ext/standard/tests/array/array_map_variation2.phpt:
+      Fixed test
+
+2007-12-21  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      ZendEngine2/zend_API.c:
+      Fixed bug #43644 (is_callable(':') crashes)
+
 2007-12-20  Raghubansh Kumar  <kraghuba@in.ibm.com>
 
     * ext/standard/tests/strings/sprintf_variation1.phpt
index e25fc5ce0ad78ac841955536c8b6270a9d61c346..bafc40ee03968ceaaac31884cec38034ebc77bfe 100644 (file)
@@ -1,3 +1,26 @@
+2007-12-21  Johannes Schlüter  <johannes@schlueters.de>
+
+    * (PHP_5_2)
+      zend_object_handlers.c
+      zend_object_handlers.c
+      tests/bug43450.phpt
+      tests/bug43450.phpt:
+      - MFH: Fix #43450 (Memory leak on some functions with implicit object
+        __toString() call) (Davic C.)
+
+    * zend_object_handlers.c
+      tests/bug43450.phpt
+      tests/bug43450.phpt
+      tests/bug43450.phpt:
+      - Fix #43450 (Memory leak on some functions with implicit object
+        __toString() call) (Davic C.)
+
+2007-12-21  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_3)
+      zend_API.c:
+      Fixed bug #43644 (is_callable(':') crashes)
+
 2007-12-20  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_alloc.c