On Saturday 18 May 2002 02:48, Jason Soza wrote:
> Either way, is there any way to tell if my output is really being
> compressed by ob_gzhandler?
If you have NN4.X use view source, if the source is empty then compression is
active.
If you're using some form of un*x then:
lynx --mime_header
t;
> Either way, is there any way to tell if my output is really being
> compressed by ob_gzhandler?
>
> Jason Soza
>
> - Original Message -
> From: Miguel Cruz <[EMAIL PROTECTED]>
> Date: Friday, May 17, 2002 10:39 am
> Subject: Re: [PHP] ob_start() and ob_gz
TED]>
Date: Friday, May 17, 2002 10:39 am
Subject: Re: [PHP] ob_start() and ob_gzhandler
> On Fri, 17 May 2002, Jason Soza wrote:
> > Am I doing something wrong? Shouldn't the ob_start() by itself
> just
> > load all output into a buffer and not display it until I call
On Fri, 17 May 2002, Jason Soza wrote:
> Am I doing something wrong? Shouldn't the ob_start() by itself just
> load all output into a buffer and not display it until I call ob_flush
> ()?
Or when you get to the end of execution...
http://php.net/ob_implicit_flush
miguel
--
PHP General Ma
Jason Soza wrote:
>
> Just wondering what would cause the following:
> I have a 512/128 cable connection through my ISP that I'm hosting my
> sites through. I have a 10gb/mo transfer limit (u/l and d/l) so when I
> saw mention of the ob_gzhandler (and mod_gzip for Apache), that kind of
> got me i
5 matches
Mail list logo