summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-12-09 23:45:30 +0000
committerAndrei Zmievski <andrei@php.net>1999-12-09 23:45:30 +0000
commit7e4bd9fb606a1564390e3b5359e13f21bc1a963f (patch)
tree76f95b18ccb433582d24f6661f6025302c9e9740 /TODO
parent2a794e8205363e0ef5aea8800c8f04b2b381a03a (diff)
downloadphp-git-7e4bd9fb606a1564390e3b5359e13f21bc1a963f.tar.gz
(PHP strtoupper, strtolower, substr_replace) Made binary-safe.
@Made strtoupper(), strtolower(), substr_replace() binary-safe. (Andrei)
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 47ecd11c5d..3749336e49 100644
--- a/TODO
+++ b/TODO
@@ -29,15 +29,12 @@ ext/standard
strcspn()
implode()
strtok()
- strtoupper()
- strtolower()
basename()
dirname()
stristr()
strstr()
strrpos()
strrchr()
- substr_replace()
quotemeta()
ucwords()
strip_tags()