ID:          38926
 Comment by:  lapo at lapo dot it
 Reported By: lapo at lapo dot it
 Status:      No Feedback
 Bug Type:    mbstring related
 PHP Version: 5.2.0
 New Comment:

Using PHP 5.2.6 the situation is changed slightly: it seems that now
the page is broken on the first access only:

% php checkUTF8.php
Broken

(restart webserver)
% while true; do elinks -dump 'http://localhost/checkUTF8.php'; done
   Broken
   OK
   OK
   OK
   OK
^C


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

[2007-05-31 01:00:00] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

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

[2007-05-23 22:54:05] [EMAIL PROTECTED]

Try the latest snapshot, and if it fails (propably) then run it through
valgrind (using CLI) and see if there are any errors, etc. Also, what
was the configure line you used to make php?

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

[2006-11-15 22:11:01] lapo at lapo dot it

Sorry, I didn't check the snapshot yet, but I tested it with PHP 5.2.0,
with the following result:

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

Well, something has changed: now the problem shows from CLI too =(

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

[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