ID:               3203
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Bogus
 Bug Type:         Parser error
 Operating System: linux  redhat 6.1
 PHP Version:      3.0.14
 New Comment:

Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.

if you had E_NOCTICE error messages activated
you would have seen that i is interpreted as
string "i" as no constant by the name i is 
definend

and i is less then 10 when auto-conversion is
applied

PS: you should consider setting max_execution_time
to prevent scripts hanging in endless loops


Previous Comments:
------------------------------------------------------------------------

[2000-01-13 12:36:55] [EMAIL PROTECTED]

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


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=3203&edit=1

Reply via email to