changelog Sat Aug 23 20:32:04 2003 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.284 ZendEngine2/ChangeLog:1.285 --- ZendEngine2/ChangeLog:1.284 Fri Aug 22 20:31:15 2003 +++ ZendEngine2/ChangeLog Sat Aug 23 20:32:03 2003 @@ -1,3 +1,33 @@ +2003-08-23 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_default_classes.c + zend_default_classes.h + zend_reflection_api.c: + Allow zend_throw_exception() to also set the exception code + + * zend_default_classes.c: + Exception has 4 protected default properties (message,code,file,line). + They are all initialized at c-level constructor correctly. + + * zend_API.c + zend_API.h + zend_compile.c + zend_compile.h: + Internal classes can now have default properties. + + * zend_reflection_api.c: + Show ctor/dtor information and those don't return anything + + * zend_API.c + zend_compile.c + zend_compile.h + zend_execute.c: + - Flag ctor/dtor methods + - Use this to prevent memleaks when an exception gets thrown in ctors. + + * zend_default_classes.c: + Make exception code more robust + 2003-08-22 Ilia Alshanetsky <[EMAIL PROTECTED]> * zend_builtin_functions.c @@ -1086,7 +1116,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.284 2003/08/23 00:31:15 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.285 2003/08/24 00:32:03 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -2810,7 +2840,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.284 2003/08/23 00:31:15 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.285 2003/08/24 00:32:03 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>