ID:          38926
 Updated by:  [EMAIL PROTECTED]
 Reported By: lapo at lapo dot it
-Status:      Open
+Status:      Feedback
-Bug Type:    mbstring related
+Bug Type:    Unknown/Other Function
 PHP Version: 5.1.6
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip




Previous Comments:
------------------------------------------------------------------------

[2006-09-22 13:36:00] lapo at lapo dot it

Description:
------------
Zend multibyte option (that ought to automagically detect script file
format and read it accordingly) starts working correctly after a few
seconds (I tested it only in FastCGI, as I use lighty and not Apache).

Reproduce code:
---------------
File checkUTF8.php (encoded in UTF-8 with explicit BOM, aka UTF-8Y):
\xEF\xBB\xBF<?= ('à' == "\xC3\xA0") ? "OK\n" : "Broken\n" ?>
(the first three chars are the UTF8-encoded BOM)

Expected result:
----------------
% php -r checkUTF8.php
OK
% while true; do elinks -dump 'http://wlocalhost/checkUTF8.php'; sleep
1; done
   OK
   OK
(lighttpd restarted from a different shell)
ELinks: Connection refused
ELinks: Connection refused
   OK
   OK
   OK
   OK

Actual result:
--------------
% php -r checkUTF8.php
Broken
% while true; do elinks -dump 'http://wlocalhost/checkUTF8.php'; sleep
1; done
   OK
   OK
(lighttpd restarted from a different shell)
ELinks: Connection refused
ELinks: Connection refused
   Broken
   Broken
   OK
   OK


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38926&edit=1

Reply via email to