[PHP-DEV] Re: possible bug in output buffering

2002-06-22 Thread Guillaume SMET
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. -- PHP Development Mailing List To unsubscribe, visit: http://ww

[PHP-DEV] possible bug in output buffering

2002-06-22 Thread Guillaume SMET
Hi, i'm using output buffering and I have some pbms with it. I don't know if it's a bug or if I misunderstand something. I post this pbm here cause I use the functions introduced in PHP 4.2.1 to manipulate nested ob. Here is a description of the problem : ob_start(); html content in an object :