From: Date: Thu, 9 Jun 2005 05:41:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92c5fb8368093ce2c1dbeaaf701d123237e4b9e7;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f00a8c343e..6b7908b13c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2005-06-08 Ilia Alshanetsky + + * (PHP_5_0) + NEWS + ext/iconv/iconv.c: + MFH: Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 + in length). + + * ext/iconv/iconv.c: + Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in + length) + +2005-06-08 Dmitry Stogov + + * ext/standard/array.c + ext/standard/array.c + ext/standard/array.c: + Fixed memory allocation bugs in array_reduce() with initial value (#22463 & + #24980) + + * (PHP_5_0) + ZendEngine2/zend_execute.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h: + Fixed exception handling in getIterator() callback (bugs #26229 & #30725) + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + Fixed valgrind errors + + * ZendEngine2/zend_reflection_api.c: + Fixed ReflectionClass::setStaticPropertyValue() + +2005-06-08 Jani Taskinen + + * ZendEngine2/zend_config.w32.h: + Hopefully fixes win32 builds + +2005-06-08 Dmitry Stogov + + * ext/standard/var.c + ext/standard/var.c: + Fixed incorrect usage of zend_mangle_property_name() (valgrind errors) + + * ZendEngine2/zend_compile.c: + Fixed lookups for previos opcodes + + * ZendEngine2/tests/bug30140.phpt + ZendEngine2/tests/bug30140.phpt: + + file bug30140.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_execute_API.c + ZendEngine2/tests/bug30140.phpt: + Fixed bug #30140 (Problem with array in static properties) + + * (PHP_5_0) + ZendEngine2/tests/bug32322.phpt: + Added test for bug #32322 (Return values by reference broken( using + self::),example singleton instance) + + * ZendEngine2/tests/bug32322.phpt + ZendEngine2/tests/bug32322.phpt: + + Added test for bug #32322 (Return values by reference broken( using + self::),example singleton instance) + + * tests/classes/clone_006.phpt + tests/classes/clone_006.phpt: + Fixed test file affected by fix for bug #30820 (static member conflict with + $this->member silently ignored) + + * ZendEngine2/tests/bug30820.phpt + ZendEngine2/tests/bug30820.phpt: + + file bug30820.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_object_handlers.c + ZendEngine2/zend_object_handlers.c + ZendEngine2/tests/bug30820.phpt: + Fixed bug #30820 (static member conflict with $this->member silently + ignored) + + * ZendEngine2/tests/bug30961.phpt + ZendEngine2/tests/bug30961.phpt: + + file bug30961.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + NEWS + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_parser.y + ZendEngine2/tests/bug30961.phpt: + Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine()) + 2005-06-07 Jani Taskinen * scripts/Makefile.frag diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 002a7c4b79..25c360d7b0 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,73 @@ +2005-06-08 Dmitry Stogov + + * (PHP_5_0) + zend_execute.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h: + Fixed exception handling in getIterator() callback (bugs #26229 & #30725) + + * zend_compile.c + zend_compile.c: + Fixed valgrind errors + + * zend_reflection_api.c: + Fixed ReflectionClass::setStaticPropertyValue() + +2005-06-08 Jani Taskinen + + * zend_config.w32.h: + Hopefully fixes win32 builds + +2005-06-08 Dmitry Stogov + + * zend_compile.c: + Fixed lookups for previos opcodes + + * zend_execute_API.c + zend_execute_API.c + tests/bug30140.phpt: + Fixed bug #30140 (Problem with array in static properties) + + * tests/bug30140.phpt + tests/bug30140.phpt: + + file bug30140.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + tests/bug32322.phpt: + Added test for bug #32322 (Return values by reference broken( using + self::),example singleton instance) + + * tests/bug32322.phpt + tests/bug32322.phpt: + + Added test for bug #32322 (Return values by reference broken( using + self::),example singleton instance) + + * zend_object_handlers.c + zend_object_handlers.c + tests/bug30820.phpt: + Fixed bug #30820 (static member conflict with $this->member silently + ignored) + + * tests/bug30820.phpt + tests/bug30820.phpt: + + file bug30820.phpt was initially added on branch PHP_5_0. + + * zend_compile.c + zend_compile.c + zend_language_parser.y + zend_language_parser.y + tests/bug30961.phpt: + Fixed bug #30961 (Wrong linenumber in ReflectionClass getStartLine()) + + * tests/bug30961.phpt + tests/bug30961.phpt: + + file bug30961.phpt was initially added on branch PHP_5_0. + 2005-06-07 Dmitry Stogov * zend_compile.c