Date: 07/09/00
- Next message: Jelmer Vernooij: "Re: [PHP-DEV] PHP 4.0 Bug #5489: Nesting level too deep"
- Previous message: waldschrott: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are allowed"
- In reply to: waldschrott: "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 ]
At 16:39 09/07/00 +0200, waldschrott wrote:
>>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 :)
>
>?? Itīs in fact an infinite recursion, but Windows does not know that on
>level 2 or 3??? PHP *could* know that but Win32?
What do you mean?
What happens in Win32 is that when you reach a stack overflow it throws you
an exception which you can catch and recover from. In UNIX you pretty much
crash consistently.
Andi
--- 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: Jelmer Vernooij: "Re: [PHP-DEV] PHP 4.0 Bug #5489: Nesting level too deep"
- Previous message: waldschrott: "Re: [PHP-DEV] *crash* on try to find out how many nesting levels are allowed"
- In reply to: waldschrott: "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 ]

