Date: 07/09/00
- Next message: noone: "Re: [PHP-DEV] cvs compile, how?"
- Previous message: waldschrott: "Re: [PHP-DEV] PHP 4.0 Bug #5489: Nesting level too deep"
- In reply to: waldschrott: "[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 levels are allowed"
- Reply: Andi Gutmans: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are allowed"
- Reply: Shane Caraveo: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Reply: waldschrott: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are allowed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
-- Stanislav Malyshev stas <email protected> +972-3-6139665-- 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: noone: "Re: [PHP-DEV] cvs compile, how?"
- Previous message: waldschrott: "Re: [PHP-DEV] PHP 4.0 Bug #5489: Nesting level too deep"
- In reply to: waldschrott: "[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 levels are allowed"
- Reply: Andi Gutmans: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are allowed"
- Reply: Shane Caraveo: "Re: [PHP-DEV] *crash* on try to find out how many nesting levelsare allowed"
- Reply: waldschrott: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are allowed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

