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.
嗨,我在 PHP 中遇到了一个脚本问题,
它基本上只运行最多 200 万个 mysql 查询,因此需要一段时间才能完成,但在完成之前,页面一直显示内部服务器错误。
我已经包括:
ini_set('max_execution_time', 0);
所以这让我相信这不是PHP造成的......
提前致谢。
我通过创建一个单独的表来解决我的问题,其中包含有关添加内容的说明,以便每小时 cron 作业添加它。