changelog Fri Sep 5 20:31:23 2003 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.295 ZendEngine2/ChangeLog:1.296 --- ZendEngine2/ChangeLog:1.295 Thu Sep 4 20:32:09 2003 +++ ZendEngine2/ChangeLog Fri Sep 5 20:31:23 2003 @@ -1,3 +1,19 @@ +2003-09-05 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_reflection_api.c: + Simplify reflection_property::__constructor() and fix property factory + + * zend_reflection_api.c: + - Don't use resorved words as variable names. + - Improve several exception messages. + - Fix Reflection_Property::_construct() / getDeclaringClass() + + * zend_reflection_api.c: + Fix reflection_api::__construct() (noticed by Andrey) + + * zend_default_classes.c: + Provide string casting for exceptions by calling toString() + 2003-09-04 Marcus Boerger <[EMAIL PROTECTED]> * zend_API.c @@ -1492,7 +1508,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.295 2003/09/05 00:32:09 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.296 2003/09/06 00:31:23 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -3216,7 +3232,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.295 2003/09/05 00:32:09 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.296 2003/09/06 00:31:23 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>