summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-08-01 22:28:26 +0000
committerAndrei Zmievski <andrei@php.net>2006-08-01 22:28:26 +0000
commitb67e1d9f92a7b77f0f9f22f734c532c74e022e7b (patch)
tree1ee2f5adabd38eeb37c484776c308e5b34983d31 /unicode-progress.txt
parent7b0fc1bb1c16b0b08feecc5af93d5ac652fe842b (diff)
downloadphp-git-b67e1d9f92a7b77f0f9f22f734c532c74e022e7b.tar.gz
Add SORT_LOCALE_STRING support to array_multisort() and mark it with U.
Diffstat (limited to 'unicode-progress.txt')
-rw-r--r--unicode-progress.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/unicode-progress.txt b/unicode-progress.txt
index 7b9203a0b7..d66c1dc722 100644
--- a/unicode-progress.txt
+++ b/unicode-progress.txt
@@ -10,9 +10,6 @@ ext/standard
Need to fix string_compare_function() to compare Unicode strings
directly in code point order
- array_multisort()
- Add SORT_LOCALE_STRING, test
-
natsort(), natcasesort()
Params API
Either port strnatcmp() to support Unicode or maybe use ICU's numeric collation
@@ -35,6 +32,7 @@ ext/standard
array_map()
array_merge()
array_merge_recursive()
+ array_multisort()
array_product()
array_push(), array_pop(), array_shift(), array_unshift()
array_pad()