ID: 42128
Updated by: [EMAIL PROTECTED]
Reported By: killerfaultier at gmail dot com
-Status: Open
+Status: Bogus
Bug Type: Streams related
Operating System: Irrelevant
PHP Version: 5.2.3
New Comment:
Yes, don't do that.
Previous Comments:
------------------------------------------------------------------------
[2007-07-27 21:59:06] killerfaultier at gmail dot com
Description:
------------
This is a continuous loop. The time limit and the memory limit cant't
stop it.
Reproduce code:
---------------
thescript.php:
<?
while(true)
{
readfile('http://www.yoursever.com/thescript.php');
}
?>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=42128&edit=1