changelog Wed Jun 7 05:32:04 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.932&r2=1.933&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.932 ZendEngine2/ChangeLog:1.933 --- ZendEngine2/ChangeLog:1.932 Tue Jun 6 05:31:56 2006 +++ ZendEngine2/ChangeLog Wed Jun 7 05:32:04 2006 @@ -1,3 +1,31 @@ +2006-06-06 Antony Dovgal <[EMAIL PROTECTED]> + + * zend_compile.c + zend_compile.c: + revert by Andi's request + + * tests/bug33732.phpt + tests/bug33732.phpt: + fix test + + * (PHP_5_2) + zend_compile.c + tests/objects_012.phpt + tests/objects_013.phpt + tests/objects_014.phpt: + MFH: do not allow to implement the same interface twice + add tests + + * zend_compile.c + tests/objects_012.phpt + tests/objects_012.phpt + tests/objects_013.phpt + tests/objects_013.phpt + tests/objects_014.phpt + tests/objects_014.phpt: + do not allow to implement the same interface twice + add tests + 2006-06-05 Zeev Suraski <[EMAIL PROTECTED]> * (PHP_5_2) @@ -13988,7 +14016,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.932 2006/06/06 05:31:56 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.933 2006/06/07 05:32:04 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -15712,7 +15740,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.932 2006/06/06 05:31:56 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.933 2006/06/07 05:32:04 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>