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 ini 值,实现无穷大目的的更好方法是什么?有些人喜欢-1或一些0。
最好的解决方案是什么?为什么?
谢谢
实际上这是个坏主意,尤其是 max_exec_time 和 max_upload_limit - 对 DOS 的公开邀请!此外 memory_limit 可以帮助您保护您的服务器免受疯狂运行的脚本的影响。
我不建议在生产服务器上将这些值设置为无限制,并且在舞台上测试它甚至根本没有意义,除非您想在编程错误后一直重新启动服务器。