我使用 shell_exec 从命令行运行 Python 脚本,为了测试,Python 脚本只是等待一段时间然后返回 True:
def test(minutes): import time time.sleep(minutes*60) return True
据我测试,如果时间段是 30 分钟或 60 分钟,结果会成功返回给 PHP,但是如果我将其设置为 80 分钟,PHP 不会收到任何结果,甚至不会收到错误消息。
php.ini 中的 max_execution_time 是 30000 秒,足够长了。
环境:带有 IIS 的 Windows Server 2016 Standard
波斯汪
Cats萌萌
慕后森