1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

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
+16 -1
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()