changelog Fri May 26 05:31:57 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/ZendEngine2/ChangeLog?r1=1.920&r2=1.921&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.920 ZendEngine2/ChangeLog:1.921 --- ZendEngine2/ChangeLog:1.920 Wed May 24 05:31:57 2006 +++ ZendEngine2/ChangeLog Fri May 26 05:31:57 2006 @@ -1,3 +1,31 @@ +2006-05-25 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_API.c + zend_API.h: + - Ease writing functions that deal with php function 'pointers' + +2006-05-25 Antony Dovgal <[EMAIL PROTECTED]> + + * zend_API.c + zend_API.h + zend_operators.c: + MFB: fix error messages when converting objects to other types + + * (PHP_5_2) + zend_API.c + zend_API.h + zend_operators.c: + fix error messages when converting objects to other types + add new function + MFB will follow soon + +2006-05-25 Dmitry Stogov <[EMAIL PROTECTED]> + + * zend_execute_API.c + zend_execute_API.c: + Fixed bug #37558 (timeout functionality doesn't work after a second PHP + starup on the same thread). (p dot desarnaud at wanadoo dot fr) + 2006-05-23 Marcus Boerger <[EMAIL PROTECTED]> * (PHP_5_2) @@ -13685,7 +13713,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.920 2006/05/24 05:31:57 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.921 2006/05/26 05:31:57 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -15409,7 +15437,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.920 2006/05/24 05:31:57 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.921 2006/05/26 05:31:57 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>