summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-12-11 19:50:01 +0000
committerAndrei Zmievski <andrei@php.net>1999-12-11 19:50:01 +0000
commit17ff0f3af3acbfb611858a8a7ac2913e3309da9a (patch)
tree072107d9c577987ddd44c0047759ef5aee4ac5a4 /TODO
parent73656982689970856ec14b53e176c1fbdfd13157 (diff)
downloadphp-git-17ff0f3af3acbfb611858a8a7ac2913e3309da9a.tar.gz
Made strstr(), stristr(), and ucwords() binary-safe(). Also corrected
stristr() behavior to match that of strstr() if needle is not a string. @ Made strstr(), stristr(), and ucwords() 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 3749336e49..742530eea6 100644
--- a/TODO
+++ b/TODO
@@ -31,10 +31,7 @@ ext/standard
strtok()
basename()
dirname()
- stristr()
- strstr()
strrpos()
strrchr()
quotemeta()
- ucwords()
strip_tags()