changelog Thu Dec 28 01:31:05 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.1045&r2=1.1046&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.1045 ZendEngine2/ChangeLog:1.1046 --- ZendEngine2/ChangeLog:1.1045 Wed Dec 27 01:31:05 2006 +++ ZendEngine2/ChangeLog Thu Dec 28 01:31:05 2006 @@ -1,3 +1,16 @@ +2006-12-27 Antony Dovgal <[EMAIL PROTECTED]> + + * zend_operators.c: + restore old behaviour when casting objects to strings and NULL + + * zend_operators.c: + fix convert_to_unicode() and convert_to_string() which didn't set the type + of the op properly + + * zend_operators.h + zend_strtol.c: + add zend_u_strtoul() and fix build + 2006-12-26 Ilia Alshanetsky <[EMAIL PROTECTED]> * zend_ini.c @@ -16372,7 +16385,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.1045 2006/12/27 01:31:05 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.1046 2006/12/28 01:31:05 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -18096,7 +18109,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.1045 2006/12/27 01:31:05 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.1046 2006/12/28 01:31:05 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>