summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO17
1 files changed, 16 insertions, 1 deletions
diff --git a/TODO b/TODO
index f2d2a66a4a..47ecd11c5d 100644
--- a/TODO
+++ b/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()