Date: 07/09/00
- Next message: noone: "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: waldschrott: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are 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 ]
By the way, under Windows we manage to recover from this because the Win32
OS throws a nice exception. Under UNIX I don't know a way of recovering...
Try not to do infinite recursion :)
Andi
At 05:09 PM 7/9/00 +0300, 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.
>--
>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>
--- Andi Gutmans <andi <email protected>> http://www.zend.com/-- 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: 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: waldschrott: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are 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 ]

