ID:               25252
 Comment by:       dan at elite-sd dot com
 Reported By:      brothererryn at atomicmonks dot com
 Status:           Closed
 Bug Type:         CGI related
 Operating System: Windows 2000 Professional
 PHP Version:      4.3.3
 Assigned To:      phildriscoll
 New Comment:

This is actually caused by a setting in IIS and whichever version you
are using.  to correct follow these steps:In the Start Menu, go the
Settings menu, and choose Control Panel.

Open the Administrative Tools control panel.

Open the Internet Services Manager item.

Right-click on the computer icon in the left panel and choose
Properties from the menu that appears.

Click "Edit..." next to "WWW Services".

Click the "Home Directory" tab.

Click the "Configuration..." button.

Click the "Process Options" tab.

Enter a large value in the CGI script timeout field, perhaps 999999.


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

[2004-09-05 00:14:10] walter at cybermight dot com

Using: Win2KSrv, IIS5, PHP4.3.8

File Upload attempt exceeding approx. 280-330 seconds:
Same (above listed) CGI error: ...exceeding allowed time for
processing

Same error after attempting the following steps:
Upgrading to manual install of 4.3.8
php ini settings:

default_socket_timeout = 6000
auto_detect_line_endings = Off
safe_mode = Off
max_execution_time = 6000
max_input_time = 6000
memory_limit = 100M
post_max_size = 100M
enable_dl = Off (have tried = On)
cgi.force_redirect = 0
file_uploads = On
auto_detect_line_endings = On

IIS Application timeout is set to 60 minutes (standard 20).
IIS Connection timeoutset to 3600 (secs)

In the actual .php file consisting of the upload script I also added
the line:
set_time_limit(6000);

Independent of the browser used Netscape7, Opera7.x or IE6x, and
independent of the platform used to upload larger files exceeding this
execution time limit, it produces this error. 

If there is a bugfix, it's certainly not completely eliminated in the
4.3.8 version, neither in the ..STABLE_VERSION listed.

Unfortunately there is no fix for this at Microsoft either, no IIS
updates resolving this bug. So who actually is it that this problem
needs to be addressed to?

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

[2004-07-28 06:45:18] gab_cue at hotmail dot com

The stable install seemed to work for me.....after much
deliberation!!!!!!!!!

SIGH :o)

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

[2004-05-13 08:41:27] gvp at zzr dot dk

Yeah, i have same problem, tried different .exe's but nothing works
(w2k server, IIS 5.0)

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

[2004-04-19 19:35:34] cdeogade at spectrum2020 dot com

hi,
I am running PHP 4.3.4.4 on IIS 5.1 on Windows XP.
I think i installed PHP in Jan 2004.
I get the folowing error message:
CGI Timeout
The specified CGI application exceeded the allowed time for processing.
The server has deleted the process.

In one of your responses you stated that everything above 4.3.3 is
fixed, but its doesnt seem so. Also i changed the script execution time
to higher value in my IIS server.

Thanks
Chaitanya

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

[2004-03-30 12:11:30] bryan at bleu-tango dot com

I have been having a similar problem, but it happens in every version
from 4.3.2 through the 3-30 stable win32 release. See Bug #27781

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/25252

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

Reply via email to