changelog Wed Nov 2 01:44:43 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.803&r2=1.804&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.803 ZendEngine2/ChangeLog:1.804 --- ZendEngine2/ChangeLog:1.803 Tue Nov 1 01:48:05 2005 +++ ZendEngine2/ChangeLog Wed Nov 2 01:44:42 2005 @@ -1,3 +1,34 @@ +2005-11-01 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_compile.h: + - Get rid of several wanrings + + * zend_API.c: + - Allow parameter parsing implementation raise an error early where more + information is available. And add ability to prevent double errors by + returning "". + - Implement parameter parsing C which checks for a class name, if the + value + on input is not NULL then the pointer must be the zend_class_entry of + the + required base class. + +2005-11-01 Sebastian Bergmann <[EMAIL PROTECTED]> + + * zend_builtin_functions.c + zend_builtin_functions.h + zend_exceptions.c: + Add an additional field $frame['object'] to the result array of + debug_backtrace() that contains a reference to the respective object when + the frame was called from an object. This revised patch has been reviewed + by Dmitry and Zeev. + + * acinclude.m4: + Allow bison 2.1. + + * zend_builtin_functions.c: + Revert. + 2005-10-31 Dmitry Stogov <[EMAIL PROTECTED]> * zend_execute.c @@ -10949,7 +10980,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.803 2005/11/01 06:48:05 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.804 2005/11/02 06:44:42 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -12673,7 +12704,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.803 2005/11/01 06:48:05 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.804 2005/11/02 06:44:42 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>