Larry Garfield wrote: > If I had to venture a guess, you nested 100 functions (called 100 functions in > a stack), and therefore reached the maximum limit in PHP. That is, you > overflowed the stack. You may have a recursion problem, especially if you're > using an XML parser that is not the PHP 5-native one. since when is there an arbitrary maximum recursion limit??? > > On Thursday 25 October 2007, Sascha Braun wrote: >> What is the cause for that error: >> >> Fatal error: Maximum function nesting level of '100' reached, aborting! >> in /home/Projekte/spectral/modules/xml_mm/classes/xml_mm.class.php on >> line 118 >> >> Thank you! >> >> Sascha > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php