Page 1 of 1

Override Script Execution time

Posted: Mon Sep 23, 2002 11:22 am
by vasoftball5
Is there a way to override the Script Execution Time in the PHP.INI file?

I have a script that uploads files. The .INI file is set to 30. I had the ISP change this to 180, but the change didn't seem to take effect.

As a precaution, I want to modify my script to forcibly allow 180 seconds for processing.

Any advice?

Posted: Mon Sep 23, 2002 12:14 pm
by nielsene
You can try set_time_limit().