Browse Source

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

experimental/RETURN_REF
Thies C. Arntzen 27 years ago
parent
commit
06489b6ebe
  1. 17
      TODO

17
TODO

@ -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()
Loading…
Cancel
Save