From:             [EMAIL PROTECTED]
Operating system: w2k
PHP version:      4.2.3
PHP Bug Type:     IIS related
Bug description:  script/process keeps running and then times out

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 bug report at http://bugs.php.net/?id=21553&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21553&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21553&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21553&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21553&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21553&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21553&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21553&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21553&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21553&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21553&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21553&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21553&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21553&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21553&r=gnused

Reply via email to