changelog Thu Aug 3 01:30:52 2006 UTC
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/ZendEngine2/ChangeLog?r1=1.957&r2=1.958&diff_format=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.957 ZendEngine2/ChangeLog:1.958 --- ZendEngine2/ChangeLog:1.957 Wed Aug 2 01:30:59 2006 +++ ZendEngine2/ChangeLog Thu Aug 3 01:30:51 2006 @@ -1,3 +1,13 @@ +2006-08-02 Andrei Zmievski <[EMAIL PROTECTED]> + + * zend_operators.c: + Make string comparison functions conver to unicode or printable strings + depending on unicode.semantics and do the right thing. + + * zend_API.c: + Add '&' modifier (for 's' type) that will apply the specified converter + during conversion of Unicode strings. + 2006-08-01 Andrei Zmievski <[EMAIL PROTECTED]> * zend_unicode.c: @@ -14789,7 +14799,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.957 2006/08/02 01:30:59 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.958 2006/08/03 01:30:51 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -16513,7 +16523,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.957 2006/08/02 01:30:59 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.958 2006/08/03 01:30:51 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>