php在执行中常见错误: The FastCGI process exceeded configured request timeout: FastCGI process exceeded configured activity timeout : iis下fastcgi模式执行php脚本. 首先需要设置fastcgi的最大执行时间,在此基础上设置php脚本时间才会有效.即,假设fastcgi最大活动时间设为900s,则php用set_time_limit(max)函数,max在[0,900]有…