Fatal error: Maximum execution time of 0 seconds exceeded
会显示
Fatal error: Maximum execution time of 2147483647 seconds exceeded
即使是设置 max_execution_time 为9999999,也是一样报错
解决办法:
max_input_time = -1
set_time_limit(-1)
max_execution_time = 0
I already tried to set max_input_time to high value (or zero) – nothing.
Setting max_execution_time to 99999999999999 do nothing …. the same error