diff options
author | Andrei Zmievski <andrei@php.net> | 1999-12-11 19:50:01 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-12-11 19:50:01 +0000 |
commit | 17ff0f3af3acbfb611858a8a7ac2913e3309da9a (patch) | |
tree | 072107d9c577987ddd44c0047759ef5aee4ac5a4 /TODO | |
parent | 73656982689970856ec14b53e176c1fbdfd13157 (diff) | |
download | php-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-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -31,10 +31,7 @@ ext/standard strtok() basename() dirname() - stristr() - strstr() strrpos() strrchr() quotemeta() - ucwords() strip_tags() |