changelog Sat Sep 17 01:42:46 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.772&r2=1.773&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.772 ZendEngine2/ChangeLog:1.773 --- ZendEngine2/ChangeLog:1.772 Fri Sep 16 01:40:54 2005 +++ ZendEngine2/ChangeLog Sat Sep 17 01:42:43 2005 @@ -1,3 +1,52 @@ +2005-09-16 Antony Dovgal <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> * (PHP_5_1) @@ -10232,7 +10281,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.772 2005/09/16 05:40:54 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.773 2005/09/17 05:42:43 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -11956,7 +12005,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.772 2005/09/16 05:40:54 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.773 2005/09/17 05:42:43 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>