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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user