changelog Wed Apr 27 20:35:08 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.681&r2=1.682&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.681 ZendEngine2/ChangeLog:1.682 --- ZendEngine2/ChangeLog:1.681 Tue Apr 26 20:38:26 2005 +++ ZendEngine2/ChangeLog Wed Apr 27 20:35:07 2005 @@ -1,3 +1,49 @@ +2005-04-27 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_API.c + zend_API.h + zend_object_handlers.c + zend_object_handlers.h + tests/bug29210.phpt: + Fixed bug #29210 (Function: is_callable - no support for private and + protected classes) + + * (PHP_5_0) + zend_API.c + zend_API.h + zend_object_handlers.c + zend_object_handlers.h + tests/bug29210.phpt + tests/bug29210.phpt: + Fixed bug #29210 (Function: is_callable - no support for private and + protected classes). + + * zend_compile.c + zend_compile.c + tests/bug29104.phpt + tests/bug29104.phpt + tests/bug29104.phpt: + Fixed bug #29104 (Function declaration in method doesn't work) + + * zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h + tests/bug32833.phpt: + Fixed bug #32833 (Invalid opcode) + + * tests/bug32674.phpt + tests/bug32674.phpt: + + file bug32674.phpt was initially added on branch PHP_5_0. + + * (PHP_5_0) + zend_execute.c + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h + tests/bug32674.phpt: + Fixed bug #32674 (exception in iterator causes crash) + 2005-04-26 Dmitry Stogov <[EMAIL PROTECTED]> * tests/bug30889.phpt @@ -7674,7 +7720,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.681 2005/04/27 00:38:26 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.682 2005/04/28 00:35:07 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -9398,7 +9444,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.681 2005/04/27 00:38:26 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.682 2005/04/28 00:35:07 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>