Derick Rethans wrote:
On Sun, 3 Oct 2004, Olaf van der Spek wrote:

What is the PHP policy regaring crashes and fatal errors?
Are scripts allowed to cause a crash or fatal error of Apache/PHP itself?

Only on a stack overflow, as in:

Are there any plans to fix/improve this situation?
Isn't it possible to check stack size left before allocating a new stack frame?



function a() { a(); } a();

Derick


-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to