This is known issue for a long time.

Sebastian Bergmann wrote:
> Marcus Börger wrote:
> 
>>The problem here again is that in ob handlers no ob_xxx() function can
>>be called.
> 
*SNIP*
> 
>   It'd be okay IMHO to prohibit ob_*() calls inside a handler.
> 

There are functions like this. i.e. array_filter, etc
As these function accesses internal data structure outside
of engine's control, thus it may crash PHP.

I added warning to array functions, but I might
forget to mentioned this in ob functions page.

--
Yasuo Ohgaki


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

Reply via email to