ID:               26559
 Updated by:       [EMAIL PROTECTED]
 Reported By:      jaco at jaco dot it
-Status:           Open
+Status:           Bogus
 Bug Type:         IIS related
 Operating System: win2k
 PHP Version:      4.3.2
 New Comment:

Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

See bug #16820 and bug #21513 (maybe also bug #23331)




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

[2003-12-09 05:15:49] jaco at jaco dot it

Description:
------------
I've a PHP application running in high isolated mode on IIS.
I've reproduced a simple PHP infinite loop as reported here.The CPU go
to 100%, INETINFO Hang.
The max time exexution its'nt detected. Now this behaviour is strange

1) The max time execution is not detect
2) All inetinfo hang and not only the dll host of the applicationi.

What's the solution? 

Reproduce code:
---------------
while (list ($header, $value) = $test){ 
           if ($header!="operazione") {
                $INSERT.=$header;
                $VALUES.="'$value'";
                $test = each ($dati);
                if ($test) { 
                    $INSERT.=",";
                    $VALUES.=",";
                }       
           }    
}

Expected result:
----------------
The application would be killed after the max time execution. Only the
dllhost of the application would hang.

Actual result:
--------------
The CPU go 100%, all Inteinfo HANG, the max time execution is not
detect. The only way to handle the situatio in iisreset


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


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

Reply via email to