andrei          Wed Aug 24 17:04:33 2005 EDT

  Modified files:              
    /php-src    unicode-todo.txt 
  Log:
  
  
http://cvs.php.net/diff.php/php-src/unicode-todo.txt?r1=1.6&r2=1.7&ty=u
Index: php-src/unicode-todo.txt
diff -u php-src/unicode-todo.txt:1.6 php-src/unicode-todo.txt:1.7
--- php-src/unicode-todo.txt:1.6        Tue Aug 23 18:03:47 2005
+++ php-src/unicode-todo.txt    Wed Aug 24 17:04:33 2005
@@ -55,5 +55,5 @@
 * Change implementation of strtoupper()/strtolower() to use simple case
   mapping.
 
-* Store script encoding in the oparray structure and use it to convert
-  T_INLINE_HTML blocks.
+* Optimize T_INLINE_HTML blocks conversion by either creating a converter
+  cache or remembering the last used converter in the executor globals.

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

Reply via email to