changelog Fri Apr 8 20:36:06 2005 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.669&r2=1.670&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.669 ZendEngine2/ChangeLog:1.670 --- ZendEngine2/ChangeLog:1.669 Thu Apr 7 20:37:35 2005 +++ ZendEngine2/ChangeLog Fri Apr 8 20:36:05 2005 @@ -1,3 +1,25 @@ +2005-04-08 Marcus Boerger <[EMAIL PROTECTED]> + + * zend_operators.c: + - Fix memory corruption found by rob + + * tests/bug22836.phpt: + - Ensure we see all errors. No need for () in return + + * zend_builtin_functions.c: + - Add property_exits() + + * zend_object_handlers.c: + - No E_ERROR when we just check (where did my 0->1 change go on first + commit?) + + * zend_object_handlers.c: + - No E_ERROR when we just check, here visibility simply means there is none + + * zend_object_handlers.c + zend_object_handlers.h: + - Simplify getting property info and make it an api function + 2005-04-07 Jani Taskinen <[EMAIL PROTECTED]> * zend_alloc.c @@ -7499,7 +7521,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.669 2005/04/08 00:37:35 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.670 2005/04/09 00:36:05 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -9223,7 +9245,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.669 2005/04/08 00:37:35 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.670 2005/04/09 00:36:05 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>