当php程序访问出现类似 Fatal error: Maximum execution time of 30 seco...说明php超过最大执行时间,可以修改php.ini,将max_execution_time = 300或者更多改为0则为不限制。