Re: [PHP] cgi timeout

2001-08-17 Thread Raymond Siow
Seems like I've just found it if you look at how to config cgi setting in the IIS help file... it will tell you about it... yours, Ray Raymond Siow wrote: > ummm I tried look at the IIS setting... but couldn't find anything related > to CGI execution time do you kn

Re: [PHP] cgi timeout

2001-08-17 Thread Raymond Siow
r a max cgi execution time. > > - Erik > > > -----Original Message- > > From: Raymond Siow [mailto:[EMAIL PROTECTED]] > > Sent: Friday, August 17, 2001 4:00 PM > > To: [EMAIL PROTECTED] > > Subject: [PHP] cgi timeout > > > > > > Hi: > &

[PHP] Re: cgi timeout

2001-08-17 Thread Raymond Siow
I have just tried the set_time_limit() function and it still doesn't work Ray Raymond Siow wrote: > Hi: > > I am trying to run a script and it supposed to take a lot of time... so > I set the max_execution_time in the config file to 0... (i think that's > wat it

[PHP] cgi timeout

2001-08-17 Thread Raymond Siow
Hi: I am trying to run a script and it supposed to take a lot of time... so I set the max_execution_time in the config file to 0... (i think that's wat it's for no time limit) but after exactly 5 mins it gives me a cgi error saying that "the cgi application exceeded the allowed time for proc