changelog Tue Jul 25 01:30:57 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.952&r2=1.953&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.952 ZendEngine2/ChangeLog:1.953 --- ZendEngine2/ChangeLog:1.952 Sun Jul 23 01:30:49 2006 +++ ZendEngine2/ChangeLog Tue Jul 25 01:30:56 2006 @@ -1,3 +1,48 @@ +2006-07-24 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_2) + zend_compile.c: + - MFH Yet another problematic case with mangled properties + + * zend_compile.c: + - Yet another rproblematic case with mangled properties + + * (PHP_5_2) + zend.c + zend_builtin_functions.c + zend_compile.c + zend_compile.h + zend_object_handlers.c + zend_object_handlers.h + zend_vm_def.h + zend_vm_execute.h: + - Better fix for #34505 and related, drop zend_unmangle_property_name_ex() + + * zend.c + zend_builtin_functions.c + zend_compile.c + zend_compile.h + zend_object_handlers.c + zend_object_handlers.h + zend_vm_def.h + zend_vm_execute.h: + - Fix for #34505 and repated (improved version of what is in 5.2, 5.1) + +2006-07-24 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_alloc.c + zend_alloc.c: + Fixed memory leaks detection + + * tests/bug38146.phpt: + Test for bug #38146 (Cannot use array returned from foo::__get('bar') in + write context) + + * tests/bug38146.phpt + tests/bug38146.phpt: + + file bug38146.phpt was initially added on branch PHP_5_2. + 2006-07-22 Jani Taskinen <[EMAIL PROTECTED]> * (PHP_5_2) @@ -14648,7 +14693,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.952 2006/07/23 01:30:49 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.953 2006/07/25 01:30:56 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -16372,7 +16417,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.952 2006/07/23 01:30:49 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.953 2006/07/25 01:30:56 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>