Re: [PHP-DEV] Re: output buffering callback limitation

2004-06-15 Thread Okin Okin
>> One would allow ob_start to be called inside an >ob_handler, and the >>error message would be printed only if output >>buffering is always on >>at the end of this ob_handler, it would be perfect ! > >Not sure if i undertood you. Are you trying to emit >errors du

[PHP-DEV] Re: output buffering callback limitation

2004-06-14 Thread Okin Okin
ed only if output buffering is always on at the end of this ob_handler, it would be perfect ! Please consider this idea, and thank you for your patience. Nikos Taco van den Broek <[EMAIL PROTECTED]> wrote: Okin okin wrote: > I'm having trouble with output buffering limi

[PHP-DEV] output buffering callback limitation

2004-06-09 Thread Okin Okin
Hi, I'm having trouble with output buffering limitation and the output_callback function of ob_start. look at this script : it outputs : "Fatal error: ob_start(): Cannot use output buffering in output buffering display handlers" Why then ? It would be a killer feature for my next killer app