changelog Tue Sep 2 20:31:52 2003 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.292 ZendEngine2/ChangeLog:1.293 --- ZendEngine2/ChangeLog:1.292 Sun Aug 31 20:31:37 2003 +++ ZendEngine2/ChangeLog Tue Sep 2 20:31:52 2003 @@ -1,3 +1,35 @@ +2003-09-02 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_compile.c: + Fix error messages + + * zend_API.c: + Allow redeclaring of protected properties as public (for internal classes). + + * zend_reflection_api.c: + Use appropriate function for property name unmangling. + + * zend_reflection_api.c: + Make these static as noticed by Andrey + + * zend_execute.c + zend_object_handlers.c + zend_objects.c: + Synch/Unify error messages related to function/method calls + + * zend_compile.c: + Fix error level + + * zend_API.c + zend_compile.c: + Currently we cannot support static ctor/dtor + + * zend_reflection_api.c: + These are implicit properties as denoted by the flag. Dynamic properties + only + exist in one single object and currently reflection api is not capable of + showing those. + 2003-08-31 Marcus Boerger <[EMAIL PROTECTED]> * zend_reflection_api.c: @@ -1402,7 +1434,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.292 2003/09/01 00:31:37 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.293 2003/09/03 00:31:52 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -3126,7 +3158,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.292 2003/09/01 00:31:37 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.293 2003/09/03 00:31:52 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>