Re: [PHP] ob_start() and ob_gzhandler

2002-05-17 Thread Jason Wong
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

Re: [PHP] ob_start() and ob_gzhandler

2002-05-17 Thread Rasmus Lerdorf
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

Re: [PHP] ob_start() and ob_gzhandler

2002-05-17 Thread Jason Soza
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

Re: [PHP] ob_start() and ob_gzhandler

2002-05-17 Thread Miguel Cruz
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

Re: [PHP] ob_start() and ob_gzhandler

2002-05-17 Thread Robert Cummings
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

[PHP] ob_start() and ob_gzhandler

2002-05-17 Thread Jason Soza
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 interested in it. Anyway, I