ID: 12983
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: Reproducible crash
Operating System: linux
PHP Version: 4.0.4
New Comment:

Like you said, not really a bug. 
You can also shoot yourself in your foot but is it wise? :)

This is very common problem, and to keep PHP as fast as
it is there won't be any changes in this in the near
future. 


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

[2001-08-27 14:46:27] [EMAIL PROTECTED]

if you run a loop with a typing error such as the following where $j is not defined 
the system goes into a infinite loop and causes the shutdown of all running services.

for ($i = 0; $i < $numrows; ++$j){
  # something
}

Not really a bug but shouldn't we get a timeout error here ?

Alfred Tuinman

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



Edit this bug report at http://bugs.php.net/?id=12983&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]

Reply via email to