andrei          Wed Oct  4 17:25:15 2006 UTC

  Modified files:              
    /php-src    unicode-progress.txt 
  Log:
  
  
http://cvs.php.net/viewvc.cgi/php-src/unicode-progress.txt?r1=1.53&r2=1.54&diff_format=u
Index: php-src/unicode-progress.txt
diff -u php-src/unicode-progress.txt:1.53 php-src/unicode-progress.txt:1.54
--- php-src/unicode-progress.txt:1.53   Tue Oct  3 18:13:36 2006
+++ php-src/unicode-progress.txt        Wed Oct  4 17:25:15 2006
@@ -28,7 +28,6 @@
 
     str_replace()
     stri_replace()
-    substr_compare()
         These are the problematic ones. There are a few approaches:
 
             1. Case-fold both need and haystack and then do simple search.
@@ -169,6 +168,7 @@
     strtolower()
     strtoupper()
     substr()
+    substr_compare()
     substr_count()
     substr_replace()
     trim()

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to