changelog Sun May 28 05:31:56 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.922&r2=1.923&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.922 ZendEngine2/ChangeLog:1.923 --- ZendEngine2/ChangeLog:1.922 Sat May 27 05:31:57 2006 +++ ZendEngine2/ChangeLog Sun May 28 05:31:56 2006 @@ -1,3 +1,58 @@ +2006-05-27 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_2) + zend_API.c: + - Revert until there is an ok for the full patch + + * zend_API.c + zend_API.h: + - Take care of refcounting in zend_fcall_info_*() functions + - Add docu + + * zend_API.c + zend_API.c + zend_compile.c + zend_object_handlers.c: + - WS + + * (PHP_5_2) + zend_API.c + zend_compile.h + zend_object_handlers.c + tests/bug37212.phpt: + - MFH: Fix bug #37212 (Access to protected property of common base class) + By adding "zend_class_entry *ce" to struct zend_property_info; + +2006-05-27 Johannes Schlüter <[EMAIL PROTECTED]> + + * (PHP_5_2) + zend_compile.c: + - MFH Fix #37614 (Class name lowercased in error message) + +2006-05-27 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_2) + zend_execute.c: + - WS/CS + +2006-05-27 Johannes Schlüter <[EMAIL PROTECTED]> + + * zend_compile.c: + - Fix #37614 (Class name lowercased in error message) + +2006-05-27 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_API.c + zend_compile.h + zend_object_handlers.c + tests/bug37212.phpt + tests/bug37212.phpt: + - Fix bug #37212 (Access to protected property of common base class) + By adding "zend_class_entry *ce" to struct zend_property_info; + + * tests/abstract-static.phpt: + - There are no abstract static methods in classes, use interfaces + 2006-05-26 Sara Golemon <[EMAIL PROTECTED]> * zend_API.c: @@ -13729,7 +13784,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.922 2006/05/27 05:31:57 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.923 2006/05/28 05:31:56 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -15453,7 +15508,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.922 2006/05/27 05:31:57 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.923 2006/05/28 05:31:56 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>