Justtechjobs.com Find a programming school near you






Online Campus Both


php4-beta | 199912

[PHP4BETA] cvs: /php4 TODO From: Thies C. Arntzen (thies <email protected>)
Date: 12/09/99

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>