On Mon, 8 Sep 2008, Guilherme Blanco wrote:

> Yeah... recursion depth.
> 
> Sorry, I wrongly typed it.
> 
> I think it may be cleaner now...

Well, PHP itself doesn't protect against this, but my guess is that you 
have Xdebug running. Xdebug limits to 100 levels by default in order to 
prevent infinite recursion and crashes. Change the 
xdebug.max_nesting_level setting to something higher and you'd be good 
to go.

regards,
Derick
-- 
HEAD before 5_3!: http://tinyurl.com/6d2esb
http://derickrethans.nl | http://ezcomponents.org | http://xdebug.org

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

Reply via email to