andrei Sun Mar 26 00:56:24 2006 UTC Modified files: /php-src unicode-todo.txt Log: http://cvs.php.net/viewcvs.cgi/php-src/unicode-todo.txt?r1=1.7&r2=1.8&diff_format=u Index: php-src/unicode-todo.txt diff -u php-src/unicode-todo.txt:1.7 php-src/unicode-todo.txt:1.8 --- php-src/unicode-todo.txt:1.7 Wed Aug 24 21:04:33 2005 +++ php-src/unicode-todo.txt Sun Mar 26 00:56:23 2006 @@ -57,3 +57,7 @@ * Optimize T_INLINE_HTML blocks conversion by either creating a converter cache or remembering the last used converter in the executor globals. + +* What to do with binary string literals and runtime casting? Literals are in + script_encoding, casting uses runtime_encoding. If they are different, bad + stuff happens.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php