summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2006-08-09 20:03:22 +0000
committerAndrei Zmievski <andrei@php.net>2006-08-09 20:03:22 +0000
commit7201041bc072e7e9d5116d6bc8909ae9ae00ed71 (patch)
tree7d40c8e37fbcf6996dad1f11b5ed769539b6b152 /unicode-progress.txt
parent051248b02115167787b5b530b9ec1f34a84b5c8b (diff)
downloadphp-git-7201041bc072e7e9d5116d6bc8909ae9ae00ed71.tar.gz
Upgrade str_rot13() to work with IS_UNICODE type.
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 5e0fa20fc6..748739fff0 100644
--- a/unicode-progress.txt
+++ b/unicode-progress.txt
@@ -52,9 +52,6 @@ ext/standard
Params API, IS_UNICODE upgrade. Case-folding should be handled
similar to stristr().
- str_rot13()
- Params API, IS_UNICODE support
-
str_shuffle()
Params API, IS_UNICODE support
@@ -196,6 +193,7 @@ ext/standard
similar_text()
str_pad()
str_repeat()
+ str_rot13()
strcspn()
strip_tags()
stripcslashes()