From 06489b6ebe368cfa0c8e6f84ae47aa4dc1425b62 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Thu, 9 Dec 1999 14:44:54 +0000 Subject: [PATCH] just went thru string.c and wrote down the functions that are obviously NOT binary-safe --- TODO | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index f2d2a66a4aa..47ecd11c5db 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()