diff options
author | Thies C. Arntzen <thies@php.net> | 1999-12-09 14:44:54 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 1999-12-09 14:44:54 +0000 |
commit | 06489b6ebe368cfa0c8e6f84ae47aa4dc1425b62 (patch) | |
tree | 6401fa9e3631da5eab68382738e79f55e35ba4e4 /TODO | |
parent | 0489895d0bdda9574df950be71590e7b5fcb4f1a (diff) | |
download | php-git-06489b6ebe368cfa0c8e6f84ae47aa4dc1425b62.tar.gz |
just went thru string.c and wrote down the functions that are obviously NOT binary-safe
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -25,4 +25,19 @@ ext/standard ------------ * strpad() (Andrei) * advanced sort (Andrei) - * make all string functions binary-safe. + * NOT binary safe: + strcspn() + implode() + strtok() + strtoupper() + strtolower() + basename() + dirname() + stristr() + strstr() + strrpos() + strrchr() + substr_replace() + quotemeta() + ucwords() + strip_tags() |