diff options
author | Andrei Zmievski <andrei@php.net> | 1999-12-13 23:40:36 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 1999-12-13 23:40:36 +0000 |
commit | a15916a47aba3e89d2b6cad8533868c7ee958c25 (patch) | |
tree | 29d67ed25fb75cf23be9001184bad97060f80147 /TODO | |
parent | 457a13dac5d7bc56d41055090d8db2fffa9506f1 (diff) | |
download | php-git-a15916a47aba3e89d2b6cad8533868c7ee958c25.tar.gz |
Made strspn() and strcspn() binary-safe.
# Please test if you can, especially cases with embedded chr(0).
@ Made strspn() and strcspn() binary-safe.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -25,7 +25,6 @@ ext/standard ------------ * strpad() (Andrei) * NOT binary safe: - strcspn() strtok() basename() dirname() |