> I've just started experimenting with ob_start("ob_gzhandler") a bit, and I
> have found that if any output is generated before ob_start() is called,
> nothing at all gets compressed; if ob_start() is called before any output,
> everything is compressed.
>
> Is this the case, I mean, is this "by design" ?

Yes, it wouldn't really work any other way.  You can't mix non-compressed
and compressed in the same request.

-Rasmus


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to