andrei          Thu Oct  5 22:44:31 2006 UTC

  Modified files:              
    /php-src/ext/standard       string.c 
  Log:
  TODO
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/string.c?r1=1.605&r2=1.606&diff_format=u
Index: php-src/ext/standard/string.c
diff -u php-src/ext/standard/string.c:1.605 php-src/ext/standard/string.c:1.606
--- php-src/ext/standard/string.c:1.605 Thu Oct  5 22:40:38 2006
+++ php-src/ext/standard/string.c       Thu Oct  5 22:44:31 2006
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: string.c,v 1.605 2006/10/05 22:40:38 andrei Exp $ */
+/* $Id: string.c,v 1.606 2006/10/05 22:44:31 andrei Exp $ */
 
 /* Synced with php 3.0 revision 1.193 1999-06-16 [ssb] */
 
@@ -5220,6 +5220,9 @@
 /* }}} */
 
 /* {{{ php_u_str_to_str_case_ex */
+/* TODO 
+ *  - optimize for cases where pat_len >= str_len
+ */
 PHPAPI UChar *php_u_str_to_str_case_ex(UChar *str, int str_len,
        UChar *pat, int pat_len, UChar *repl, int repl_len, int *result_len, 
int *replace_count TSRMLS_DC)
 {

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

Reply via email to