On 7/31/07, Emanuele D'Arrigo manu3d@gmail.com wrote:
It turns out however that the message only points to the location of the function exceeding the execution time limit, and not where the time is set. The Maximum Execution Time limit is set in the appropriately named variable maximum_execution_time in php.ini. The default value is 60 seconds.
No, sorry, I mixed up things. PHP misleadingly returns a message about execution time, but the variable that came into play is actually max_input_time. max_execution_time is 3000 by default and doesn't seem to be the limiting factor.
Hope it helps.
Manu