andrei          Fri Jun 23 00:08:18 2006 UTC

  Modified files:              
    /php-src    unicode-todo.txt 
  Log:
  Update.
  
  
http://cvs.php.net/viewvc.cgi/php-src/unicode-todo.txt?r1=1.11&r2=1.12&diff_format=u
Index: php-src/unicode-todo.txt
diff -u php-src/unicode-todo.txt:1.11 php-src/unicode-todo.txt:1.12
--- php-src/unicode-todo.txt:1.11       Thu Jun 22 23:49:40 2006
+++ php-src/unicode-todo.txt    Fri Jun 23 00:08:18 2006
@@ -5,9 +5,6 @@
 * Discuss putting ZEND_ATTRIBUTE_FORMAT back on zend_error() or create a new
   zend_error_ex() function that supports new specifiers
 
-* Should we apply identifier validity checks in functions that deal with
-  identifiers, such as define(), get_class(), etc?
-
 * Determine how to deal with filesystem and filenames when Unicode is
   involved. This concerns both the extension functions and things like
   compile_file(), open_file_for_scanning(), etc.
@@ -25,8 +22,6 @@
   is almost there, but needs to handle conversion errors and provide a way to
   explicitly re-decode raw data with specified encoding.
 
-* output.c needs a lot of work as it passes char* around
-
 * 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