From:             brothererryn at atomicmonks dot com
Operating system: Windows 2000 Professional
PHP version:      4.3.3
PHP Bug Type:     CGI related
Bug description:  CGI Application Timeout

Description:
------------
Using Windows install package, so CGI version, no extensions. Have IIS 5.0
on W2K. All PHP scripts return this error after a few minutes:

CGI Timeout
The specified CGI application exceeded the allowed time for processing.
The server has deleted the process.

Even a .php file with no php code produces this error.

Reproduce code:
---------------
Example 1: 
<HTML><BODY>Test</BODY></HTML>

Example 2:
<HTML><BODY><? print "Test"; ?></BODY></HTML>

Expected result:
----------------
I expect to see "Test" displayed.

Actual result:
--------------
CGI Timeout
The specified CGI application exceeded the allowed time for processing.
The server has deleted the process.

-- 
Edit bug report at http://bugs.php.net/?id=25252&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25252&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25252&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25252&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25252&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25252&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25252&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25252&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25252&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25252&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25252&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25252&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25252&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25252&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25252&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25252&r=gnused

Reply via email to