From: Date: Sat, 22 Dec 2007 01:31:34 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bbd4be65ef988f1c548dc95df5c1b077834bdb3;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0b67b87c50..1a5cc82087 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2007-12-21 Johannes Schlüter + + * (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 + + * 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 + + * (PHP_5_3) + ZendEngine2/zend_API.c: + Fixed bug #43644 (is_callable(':') crashes) + 2007-12-20 Raghubansh Kumar * ext/standard/tests/strings/sprintf_variation1.phpt diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e25fc5ce0a..bafc40ee03 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,26 @@ +2007-12-21 Johannes Schlüter + + * (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 + + * (PHP_5_3) + zend_API.c: + Fixed bug #43644 (is_callable(':') crashes) + 2007-12-20 Dmitry Stogov * zend_alloc.c