changelog Thu Jun 1 05:31:55 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.926&r2=1.927&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.926 ZendEngine2/ChangeLog:1.927 --- ZendEngine2/ChangeLog:1.926 Wed May 31 05:31:57 2006 +++ ZendEngine2/ChangeLog Thu Jun 1 05:31:55 2006 @@ -1,3 +1,70 @@ +2006-05-31 Antony Dovgal <[EMAIL PROTECTED]> + + * zend_interfaces.c: + fix error message in Unicode mode + + * tests/objects_010.phpt + tests/objects_011.phpt + tests/strict_001.phpt + tests/strict_002.phpt: + add more tests + + * tests/objects_010.phpt + tests/objects_010.phpt + tests/objects_011.phpt + tests/objects_011.phpt + tests/strict_001.phpt + tests/strict_001.phpt + tests/strict_002.phpt + tests/strict_002.phpt: + + file objects_010.phpt was initially added on branch PHP_5_2. + + * tests/objects_001.phpt + tests/objects_002.phpt + tests/objects_003.phpt + tests/objects_004.phpt + tests/objects_005.phpt + tests/objects_006.phpt + tests/objects_007.phpt + tests/objects_008.phpt + tests/objects_009.phpt: + add tests for new E_FATALs + + * tests/objects_002.phpt + tests/objects_002.phpt + tests/objects_003.phpt + tests/objects_003.phpt + tests/objects_004.phpt + tests/objects_004.phpt + tests/objects_005.phpt + tests/objects_005.phpt + tests/objects_006.phpt + tests/objects_006.phpt + tests/objects_007.phpt + tests/objects_007.phpt + tests/objects_008.phpt + tests/objects_008.phpt + tests/objects_009.phpt + tests/objects_009.phpt: + + file objects_002.phpt was initially added on branch PHP_5_2. + +2006-05-31 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_builtin_functions.c + zend_builtin_functions.c + zend_execute.h + zend_execute.h: + Keeping consistent arg_stack during arguments freeing (Exception from + destructor may use inconsistent arg_stack for backtrace). + + * zend_objects.c + zend_objects.c + zend_objects_API.c + zend_objects_API.c: + Support for nested exceptions and fatal errors in destructors + 2006-05-30 Marcus Boerger <[EMAIL PROTECTED]> * zend_compile.c: @@ -13826,7 +13893,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.926 2006/05/31 05:31:57 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.927 2006/06/01 05:31:55 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -15550,7 +15617,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.926 2006/05/31 05:31:57 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.927 2006/06/01 05:31:55 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>