Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed From: Shane Caraveo (shane <email protected>)
Date: 07/09/00

Stanislav Malyshev wrote:
>
> w>> I wanted to find out how many nesting levels are allowed, but after
> w>> class "a" gets instanciated from inside of "b", PHP crashes, that should
> w>> not be.
>
> And what did you expect? You tried to crash it, you succeeded. Infinite
> recursion leads to crash. Try it in C, you get the same.

That's an entirely lame attitude. The goal here should be a stable php,
irregardless of the quality of code php is running. In the case of
infinite loops, recursions, etc., php can either throw an error if it is
somehow recognizable, or it can simply timeout. Allowing it to crash
because 'infinite recursion leads to crash' is pathetic. If it crashes,
it can be fixed.

Shane

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>