|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-01 11:24 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 13:00:01 2025 UTC |
php version: 4b3 (ok, its a beta...) compiled with gd, latest version code: ('$' missing in loop termination test) <? for($i=0; i<10; $i++) echo($i."<br>\n"); ?> the error is not detected and makes the interpreter run for ever solution: kill and restart the http daemon