Date: 07/09/00
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] cvs compile, how?"
- Previous message: noone: "Re: [PHP-DEV] cvs compile, how?"
- In reply to: Stanislav Malyshev: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are allowed"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Reply: Andi Gutmans: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Reply: Zeev Suraski: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] cvs compile, how?"
- Previous message: noone: "Re: [PHP-DEV] cvs compile, how?"
- In reply to: Stanislav Malyshev: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are allowed"
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Reply: Andi Gutmans: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Reply: Stanislav Malyshev: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Reply: Zeev Suraski: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

