Re: [PHP-DEV] ob_start callback not fired with ob_get_clean()

2012-04-26 Thread Michael Wallner
On 25 April 2012 17:50, Dmitri Snytkine wrote: > I am wondering why the call to ob_get_clean and ob_get_contents does not > trigger the callback function registered with ob_start('mycallback') You could at least have told what PHP version you're using... The output control layer implementation ha

[PHP-DEV] ob_start callback not fired with ob_get_clean()

2012-04-25 Thread Dmitri Snytkine
I am wondering why the call to ob_get_clean and ob_get_contents does not trigger the callback function registered with ob_start('mycallback') I don't want to dump buffer to the browser but instead need to just store results in a variable, thus using ob_get_clean() but why it's my callback being ex