ID: 42013
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Open
Bug Type: CGI related
Operating System: Linux (FC 6)
PHP Version: 5CVS-2007-07-16 (CVS)
New Comment:
See also bug #34429
Previous Comments:
------------------------------------------------------------------------
[2007-07-16 22:29:10] [EMAIL PROTECTED]
Description:
------------
The following script works with plain CGI setup.
It also works fine with Apache 2.2 module.
It does not work with FastCGI setup.
Regression of ug #34429
Reproduce code:
---------------
<html>
<body>
<?php
for ($i = 1; $i < 6; $i++)
{
echo " ----------------- $i ----------------<br />\n";
sleep(1);
flush();
}
?>
</body>
</html>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=42013&edit=1