ID:               3458
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Misbehaving function
 Operating System: NT4
 PHP Version:      3.0.14
 New Comment:

php flush() only flushes it internal output buffers
it has no influence on web server buffering or proxies

especially on windows the output is always completely
buffered until script termination AFAIR


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

[2000-02-11 19:10:28] [EMAIL PROTECTED]

<html>
<head>
</head>
<?php
for ($i=1;$i<50;$i++) {
for($ii=1;$ii<$i;$ii++){printf("X");}
flush();
sleep(1);
printf("<BR>");}
?>
</html>

The script does not show row of "X" setep-by-step, but processes it and
shows outcome at once.

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


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

Reply via email to