changelog Fri Oct 21 01:42:09 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.796&r2=1.797&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.796 ZendEngine2/ChangeLog:1.797 --- ZendEngine2/ChangeLog:1.796 Thu Oct 20 01:34:50 2005 +++ ZendEngine2/ChangeLog Fri Oct 21 01:42:08 2005 @@ -1,3 +1,89 @@ +2005-10-20 Antony Dovgal <[EMAIL PROTECTED]> + + * zend_reflection_api.c: + copy/paste typo + +2005-10-20 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_opcodes.h + zend_vm_opcodes.h: + Removed unnecesary local variable + + * zend_object_handlers.c + zend_object_handlers.c + tests/bug34893.phpt: + Fixed bug #34893 (PHP5.1 overloading, Cannot access private property) + + * tests/bug34893.phpt + tests/bug34893.phpt: + + file bug34893.phpt was initially added on branch PHP_5_1. + + * tests/bug34712.phpt: + Fixed bug #34712 (zend.ze1_compatibility_mode = on segfault) + + * tests/bug34712.phpt + tests/bug34712.phpt: + + file bug34712.phpt was initially added on branch PHP_5_1. + + * zend_execute_API.c + zend_execute_API.c + tests/bug34767.phpt: + Fixed bug #34767 (Zend Engine 1 Compatibility not copying objects + correctly) + + * tests/bug34767.phpt + tests/bug34767.phpt: + + file bug34767.phpt was initially added on branch PHP_5_1. + + * (PHP_5_1) + zend_compile.h: + Fixed bug #31177 (menory leaks and corruption because of incorrect + refcounting). + + * zend_compile.h + zend_extensions.h + zend_extensions.h + zend_ptr_stack.h + zend_ptr_stack.h + 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/bug31177-2.phpt: + Fixed bug #31177 (menory leaks and corruption because of incorrect + refcounting) + + * tests/bug31177-2.phpt + tests/bug31177-2.phpt: + + file bug31177-2.phpt was initially added on branch PHP_5_1. + + * (PHP_5_0) + tests/bug34062.phpt: + Added forgotten test + + * (PHP_5_1) + tests/bug33512.phpt + tests/bug34062.phpt: + Added forgotten tests + + * tests/bug33512.phpt + tests/bug33512.phpt + tests/bug34062.phpt + tests/bug34062.phpt + tests/bug34062.phpt: + + Added forgotten tests + 2005-10-19 Dmitry Stogov <[EMAIL PROTECTED]> * tests/bug33257.phpt @@ -10730,7 +10816,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.796 2005/10/20 05:34:50 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.797 2005/10/21 05:42:08 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -12454,7 +12540,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.796 2005/10/20 05:34:50 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.797 2005/10/21 05:42:08 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>