summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndrei Zmievski <andrei@php.net>1999-12-13 23:40:36 +0000
committerAndrei Zmievski <andrei@php.net>1999-12-13 23:40:36 +0000
commita15916a47aba3e89d2b6cad8533868c7ee958c25 (patch)
tree29d67ed25fb75cf23be9001184bad97060f80147 /TODO
parent457a13dac5d7bc56d41055090d8db2fffa9506f1 (diff)
downloadphp-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--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 87c2c207da..51f2258d68 100644
--- a/TODO
+++ b/TODO
@@ -25,7 +25,6 @@ ext/standard
------------
* strpad() (Andrei)
* NOT binary safe:
- strcspn()
strtok()
basename()
dirname()