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

SC>> somehow recognizable, or it can simply timeout. Allowing it to crash
SC>> because 'infinite recursion leads to crash' is pathetic. If it crashes,
SC>> it can be fixed.

Just let me to get to your box with that lovely hammer of mine, and we'll
talk about "if it crashes, it can be fixed" ;)
Seriously, there are conditions of which PHP is unable to recover as of
now. Two known are "no memory" and "no stack" conditions. There's no good
way on Unix to gracefully recover from this condition, without generally
slowing down execution. If you know such a way, you are welcome to propose
it.

-- 
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>