|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-07-27 22:18 UTC] jani@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 02:00:01 2025 UTC |
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'); } ?>