webmaster [EMAIL PROTECTED] on 11/15/02 3:47 PM wrote:
> I'm trying to enable output buffering to speed up the load time of some
> of our php web pages. I've consulted the manual and enabled the
> following:
The manual lacks description for this topic. Take a look at this article at
Developer Sh
I'm trying to enable output buffering to speed up the load time of some
of our php web pages. I've consulted the manual and enabled the
following:
output_buffering = On
output_handler = ob_gzhandler
At the beginning of my .php script, I include the following:
ob_start(ob_gzhandler);
This retur
Hi,
I'm having a buffering problem with following combination:
-Webserver: Apache 1.3.23
-CGI: PHP 4.2.1
-Client:IE 6.026 (but fails using others as well)
Description:
I want the output buffer of php being flushed to the client in a
time-consuming loop, using the flush() and/or ob_flush
3 matches
Mail list logo