ID: 21553 Comment by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Bogus Bug Type: IIS related Operating System: w2k PHP Version: 4.2.3 New Comment:
We have a similar problem with the CGI module under IIS 5.0, Win2K, SP2, PHP 4.2.3. Although we do not experience the problem with simple scripts like the example here, we do get what we call the "spinning globe" with a few of our more complex scripts that call themselves, use DOM, access Oracle databases, etc. The problem existed in 4.0.6 and we thought migrating to 4.2.3 would cure it, but it did not. Interesting thing is that we were able to solve it in one app. by rewriting the more complex code that relied heavily on DB access, but still do not have a clue why the problem went away. Responses from other users on the list ranged from flawless execution under IIS 4.0 to performance problems (inconsistent execution times) under IIS 5.0. Looks like the only answer may be migrating to 4.3. Previous Comments: ------------------------------------------------------------------------ [2003-01-09 15:56:46] [EMAIL PROTECTED] Thank you for taking the time to report a problem with PHP. Unfortunately you are not using a current version of PHP -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. ------------------------------------------------------------------------ [2003-01-09 12:30:02] [EMAIL PROTECTED] Have php loaded on IIS 5 as a CGI. When I go the the php page,via web browser, the php.exe process will not end. Though the page is loaded the process keeps running unit I kill the process or it times out. The test script that I did was a simple: <? echo "wahtever"; ?> but it will not end!!! I even tried to adding each of the following: exit(); exit; die(); die; still no luck! thanks ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21553&edit=1