hi everyone,
in my server, i am running a script thats uses curl heavily and it usually takes about 5 minutes to finish running. It used to wokr in my previous server, however, once i moved into my new server, it runs only for 30 seconds. In my php.ini, the max_execution_time is set to 1200 but it still runs only 30 seconds. What do you guys think I should do?
thanks in advance :)
awahqn 0 Newbie Poster
Recommended Answers
Jump to Postmax_input_time can override max_execution_time but this was supposed to have been fixed in 5.3.1. What PHP version are you using?
Jump to PostNot really although you could set it to 1200 to match the execution time or -1 (its default value). I think the max_execution_time shows in phpinfo().
Can you output that and check the value you see there matches what you have the ini file?
All 8 Replies
hericles 289 Master Poster Featured Poster
awahqn 0 Newbie Poster
hericles 289 Master Poster Featured Poster
awahqn 0 Newbie Poster
hericles 289 Master Poster Featured Poster
urtrivedi 276 Nearly a Posting Virtuoso
Isaac_4 39 Junior Poster in Training
gabrielcastillo 40 Web Developer
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.