php4-beta | 199912
Date: 12/09/99
- Next message: Adam Trachtenberg: "Re: [PHP4BETA] wordnet support?"
- Previous message: PHPinfo: "AW: [PHP4BETA] Re: Professional PHP"
- Next in thread: Andrei Zmievski: "[PHP4BETA] cvs: /php4 TODO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
thies Thu Dec 9 09:45:25 1999 EDT
Modified files:
/php4 TODO
Log:
just went thru string.c and wrote down the functions that are obviously NOT binary-safe
Index: php4/TODO
diff -u php4/TODO:1.12 php4/TODO:1.13
--- php4/TODO:1.12 Tue Dec 7 14:18:04 1999
+++ php4/TODO Thu Dec 9 09:44:54 1999
@@ -25,4 +25,19 @@
------------
* 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()
-- PHP 4.0 Beta Mailing List <http://www.php.net/version4/> To unsubscribe, e-mail: php4beta-unsubscribe <email protected> For additional commands, e-mail: php4beta-help <email protected> To contact the list administrators, e-mail: php4beta-admin <email protected>
- Next message: Adam Trachtenberg: "Re: [PHP4BETA] wordnet support?"
- Previous message: PHPinfo: "AW: [PHP4BETA] Re: Professional PHP"
- Next in thread: Andrei Zmievski: "[PHP4BETA] cvs: /php4 TODO"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

