changelog Sat Sep 11 20:33:34 2004 EDT
Modified files: /ZendEngine2 ChangeLog Log: ChangeLog update http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.545&r2=1.546&ty=u Index: ZendEngine2/ChangeLog diff -u ZendEngine2/ChangeLog:1.545 ZendEngine2/ChangeLog:1.546 --- ZendEngine2/ChangeLog:1.545 Fri Sep 10 20:33:56 2004 +++ ZendEngine2/ChangeLog Sat Sep 11 20:33:34 2004 @@ -1,3 +1,23 @@ +2004-09-11 Derick Rethans <[EMAIL PROTECTED]> + + * zend_operators.c + zend_operators.h: + - MFB: Added the sorting flag SORT_LOCALE_STRING to the sort() functions + which + makes them sort based on the current locale. (Derick) + + * (PHP_5_0) + zend_operators.c + zend_operators.h: + - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which + makes + them sort based on the current locale. (Derick) + +2004-09-11 Andi Gutmans <[EMAIL PROTECTED]> + + * zend_operators.c: + - Resolve undefined behavior (joe at redhat) + 2004-09-10 Andi Gutmans <[EMAIL PROTECTED]> * zend_compile.c: @@ -5599,7 +5619,7 @@ 2003-06-10 Jani Taskinen <[EMAIL PROTECTED]> * zend_multiply.h: - - Missing $Id: ChangeLog,v 1.545 2004/09/11 00:33:56 changelog Exp $ tag + - Missing $Id: ChangeLog,v 1.546 2004/09/12 00:33:34 changelog Exp $ tag 2003-06-10 James Cox <[EMAIL PROTECTED]> @@ -7323,7 +7343,7 @@ zend_types.h zend_variables.c zend_variables.h: - - Added some missing CVS $Id: ChangeLog,v 1.545 2004/09/11 00:33:56 changelog Exp $ tags, headers and footers. + - Added some missing CVS $Id: ChangeLog,v 1.546 2004/09/12 00:33:34 changelog Exp $ tags, headers and footers. 2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>