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:
function a() { a(); }
a();
Derick
--
Derick Rethans
http://derickrethans.nl | http://ez.no | http://xdebug.org
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
