changelog Sat Apr 3 20:32:18 2004 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.442&r2=1.443&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.442 ZendEngine2/ChangeLog:1.443 --- ZendEngine2/ChangeLog:1.442 Thu Apr 1 20:32:15 2004 +++ ZendEngine2/ChangeLog Sat Apr 3 20:32:18 2004 @@ -1,3 +1,29 @@ +2004-04-03 Andi Gutmans <[EMAIL PROTECTED]> + + * zend_builtin_functions.c: + Patch by Timm Friebe: + It changes + set_exception_handler() to accept the pseudo-type "callable" (instead of + a string referring to a global function). + + + Examples: + set_exception_handler('function_name'); + set_exception_handler(array('class_name', 'static_method')); + set_exception_handler(array($instance, 'instance_method')); + + + This also makes set_exception_handler() more consistent with all the + other callback functionality, e.g. set_error_handler(). + + * zend_operators.c: + - Nuke more old junk + + * zend.h + zend_operators.c + zend_operators.h: + - Nuke code which hasn't been in use for ages. + 2004-04-01 Ilia Alshanetsky <[EMAIL PROTECTED]> * zend_builtin_functions.c: @@ -4326,7 +4352,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.442 2004/04/02 01:32:15 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.443 2004/04/04 01:32:18 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -6050,7 +6076,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.442 2004/04/02 01:32:15 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.443 2004/04/04 01:32:18 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>