summaryrefslogtreecommitdiff
path: root/unicode-progress.txt
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>2005-08-19 17:54:08 +0000
committerAndrei Zmievski <andrei@php.net>2005-08-19 17:54:08 +0000
commitfbcad1b63e949c1e0d4594324236f567f47b122f (patch)
tree073e4672888b23f8c107e535a6e09e9b1f136cd7 /unicode-progress.txt
parent676a3cf46e6a7c144f9eb28dd7dc5bec4deee38b (diff)
downloadphp-git-fbcad1b63e949c1e0d4594324236f567f47b122f.tar.gz
This file should be used to keep track of extension upgrade progress.
Please add completed functions to the list.
Diffstat (limited to 'unicode-progress.txt')
-rw-r--r--unicode-progress.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/unicode-progress.txt b/unicode-progress.txt
new file mode 100644
index 0000000000..4f8c0a9711
--- /dev/null
+++ b/unicode-progress.txt
@@ -0,0 +1,20 @@
+Extension Upgrade Tracking
+==========================
+
+ext/standard
+------------
+ Status: In Progress
+ Completed:
+ bin2hex()
+ explode()
+ implode()
+ range()
+ str_repeat()
+ strpos()
+ strstr()
+ strtolower()
+ strtotupper()
+ substr()
+ trim()
+ ucwords()
+ ucfirst()