Tagged Questions
1
vote
2answers
183 views
max_execution_time (PHP) <- when does it start to count?
I have few very-long-executing scripts, and my max_execution_time is 5
However, when I was taking some information from plus.google.com, it took about five minutes. It all worked well but it was just ...