Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道 IIS 6 中的元数据库有一些技巧可以做到这一点,但 7 不同。
基本上,我有一个长时间运行的 PHP 脚本,它以常规 PHP 方式处理自己的超时,在它完成之前一直被服务器杀死。我需要 IIS 7 程序来给它一个很长的超时时间或只在一个脚本上而不是其他脚本上。
检查 set_time_limit 函数。
设置时间限制(0);//将删除执行时间限制
http://php.net/manual/en/function.set-time-limit.php