Zeev Suraski wrote:
> The least you should do is
> ask either Sascha or me how come it uses chunked buffering, and whether
> it's not a bug. You would have gotten a pretty clear response saying
> that it fully supports chunked buffering.
No. I don't think I need to ask.
It may be able to be called fully supports chunked buffering, but
the code is still missing some.
pseudo code
while($html = read($fp, 100)) {
print($html);
ob_flush();
}
You see?
--
Yasuo Ohgaki
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php