Override Script Execution time

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vasoftball5
Forum Newbie
Posts: 3
Joined: Mon Jul 08, 2002 9:49 am
Location: VA, USA

Override Script Execution time

Post 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?
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

You can try set_time_limit().
Post Reply