ID:               42013
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Assigned
 Bug Type:         CGI related
 Operating System: Linux (FC 6)
 PHP Version:      5CVS-2007-07-16 (CVS)
-Assigned To:      
+Assigned To:      dmitry
 New Comment:

Dmitry, can you check this out please? My debugging of it failed
miserably.. :(


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

[2007-07-16 22:29:36] [EMAIL PROTECTED]

See also bug #34429

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

[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

Reply via email to