From 49b12081207affe99a63f6b3211d4076d625fdfd Mon Sep 17 00:00:00 2001 From: Date: Sun, 12 Sep 2004 00:33:34 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 23 +++++++++++++++++++++++ Zend/ChangeLog | 20 ++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8addadfac2..ba66045f8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2004-09-11 Derick Rethans + + * ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.h + ext/standard/array.c: + - 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) + NEWS + ZendEngine2/zend_operators.c + ZendEngine2/zend_operators.h + ext/standard/array.c: + - 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 + + * ZendEngine2/zend_operators.c: + - Resolve undefined behavior (joe at redhat) + 2004-09-10 Sara Golemon * main/streams/streams.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 16b80c69e5..a7eb7661c9 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2004-09-11 Derick Rethans + + * 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 + + * zend_operators.c: + - Resolve undefined behavior (joe at redhat) + 2004-09-10 Andi Gutmans * zend_compile.c: -- 2.40.0