Whoops. I guess this bit of info from the manual is pertinent:

Warning

This function has no effect when PHP is running in safe mode. There is
no workaround other than turning off safe mode or changing the time
limit in the php.ini.


On Tue, Jan 19, 2010 at 4:44 AM, mind01 <mindproduction...@gmail.com> wrote:
> Thanks for your tips brian and scott.
>
>> set_time_limit(0);
>>
>> The expected value is integer seconds. A value of 0 disables the time
>> limit altogether.
>
> If i try set_time_limit(20); it gives me an 500 error after 20
> seconds, but if i set the value to 60 seconds, i still get a server
> time out after 30 seconds.
>
> I have seen upload scripts with some kind of callback to the server to
> avoid a time out.
> There must be something i can do right?
>
> Thnx again.
>

Reply via email to