From: [EMAIL PROTECTED]
Operating system: FreeBSD 4.1.1-STABLE
PHP version: 4.0.4
PHP Bug Type: Reproduceable crash
Bug description: recursive loop problem
--- begin test.php ---
<?
$test = include("test.php");
?>
--- end test.php ---
This brought my whole server to it's knees. It basically ate all the resources it
could find and filled up all the swap space until the kernel went "erk".
I haven't done much research but I'm aware that there are ways of detecting this kind
of script.
Maybe this isn't really a bug, but it's something worth thinking about (or at least
documenting).
--
Edit Bug report at: http://bugs.php.net/?id=10279&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]