Guillaume Smet wrote:
> In fact, the pbm comes from the output callback function (I use
> ob_gzhandler) in the first ob_start. If I put one, no ouput at all... If I
> remove it, I have the output I want.
> 
> Does anyone have an idea ?
> 
> G.
> 
> 

Current output buffer prevent from deleting zlib output compressin
buffer (e.g. zlib.oupout_compression=on)

However, it does not protect callback functions.
It's programmer's responsibility _not_ to delete
ob_gzhandler.

--
Yasuo Ohgaki


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to