|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-12-09 06:07 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 10:00:01 2025 UTC |
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