From: Date: Sat, 17 Sep 2005 05:42:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_0~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=720fbd9a5f881b468f7e9e92593d96e156c4224e;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5d96b62e5c..f43c1d3303 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,106 @@ +2005-09-16 Antony Dovgal + + * (PHP_5_0) + NEWS + NEWS + NEWS: + BFN + + * (PHP_5_0) + ZendEngine2/zend_reflection_api.c + ZendEngine2/zend_reflection_api.c: + MFH: check class_entry of this_ptr in Reflection API + + * ZendEngine2/zend_reflection_api.c: + check class_entry of this_ptr in Reflection API, so we won't get an alien + this_ptr + when called statically in a function that is called statically too + (without being + declared as static) + +2005-09-16 Jani Taskinen + + * NEWS: + Please, only add entries for fixed bugs if they are ONLY fixed in HEAD! + +2005-09-16 Antony Dovgal + + * (PHP_5_1) + ext/standard/http.c + ext/standard/var.c + ext/wddx/wddx.c: + fix #34505 (possible memory corruption when unmangling properties with + empty names) + 2nd part + + * (PHP_5_1) + ZendEngine2/zend.c + ZendEngine2/zend_builtin_functions.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_reflection_api.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + fix #34505 (possible memory corruption when unmangling properties with + empty names) + 1st part + +2005-09-16 Dmitry Stogov + + * NEWS + NEWS + NEWS: + Fixed bug #34478 (Incorrect parsing of url's fragment (#...)) + + * ZendEngine2/tests/array_type_hint_001.phpt + tests/classes/type_hinting_001.phpt + tests/lang/bug24658.phpt + tests/lang/catchable_error_001.phpt + tests/lang/catchable_error_002.phpt + tests/lang/type_hints_001.phpt: + Fixed tests + +2005-09-16 Marcus Boerger + + * ext/sqlite/tests/sqlite_spl_001.phpt: + - MFB + +2005-09-16 Dmitry Stogov + + * ZendEngine2/tests/bug34518.phpt + ZendEngine2/tests/bug34518.phpt: + + Fixed bug #34518 (Unset doesn't separate container in CV) + + * NEWS + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/bug34518.phpt: + Fixed bug #34518 (Unset doesn't separate container in CV) + + * ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c: + MFH (overriding of protected static property) + +2005-09-16 Jani Taskinen + + * (PHP_5_1) + ext/ldap/config.m4: + correct flag + + * (PHP_5_1) + ext/ldap/config.m4: + Fixed bug #34525 + + * (PHP_5_1) + ext/sqlite/tests/sqlite_spl_001.phpt: + fix test + 2005-09-15 Jani Taskinen * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index dfe502dfb1..af4c08439a 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,52 @@ +2005-09-16 Antony Dovgal + + * (PHP_5_0) + zend_reflection_api.c + zend_reflection_api.c: + MFH: check class_entry of this_ptr in Reflection API + + * zend_reflection_api.c: + check class_entry of this_ptr in Reflection API, so we won't get an alien + this_ptr + when called statically in a function that is called statically too + (without being + declared as static) + + * (PHP_5_1) + zend.c + zend_builtin_functions.c + zend_compile.c + zend_compile.h + zend_reflection_api.c + zend_vm_def.h + zend_vm_execute.h: + fix #34505 (possible memory corruption when unmangling properties with + empty names) + 1st part + +2005-09-16 Dmitry Stogov + + * tests/array_type_hint_001.phpt: + Fixed tests + + * tests/bug34518.phpt + tests/bug34518.phpt: + + Fixed bug #34518 (Unset doesn't separate container in CV) + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_opcodes.h + zend_vm_opcodes.h + tests/bug34518.phpt: + Fixed bug #34518 (Unset doesn't separate container in CV) + + * zend_compile.c + zend_compile.c: + MFH (overriding of protected static property) + 2005-09-15 Jani Taskinen * (PHP_5_1)