just went thru string.c and wrote down the functions that are obviously NOT binary-safe

This commit is contained in:
Thies C. Arntzen 1999-12-09 14:44:54 +00:00
parent 0489895d0b
commit 06489b6ebe

17
TODO
View File

@ -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()