Fatal error: Maximum execution time of 30 seconds exceeded in错误解决办法!
php 出现 Fatal error: Maximum execution time of 30 seconds exceeded in 的
解决办法:
修改php.ini:
max_execution_time = 300 时间,然后重起服务
或者在程序写
set_time_limit(时间); //0为无限制
标签: php 重启 服务 iis Fatalerror Fatal error time limit set max execution seconds
评论