我正在安装vTiger CRM的较新版本.前提条件之一是将php.ini max_execution_time编辑为600,而不是默认值30.设置的这种差距让我怀疑增加执行时间是否安全?特别是这么多.谢谢.
解决方法:
只要能用于维护脚本,我就看不出有任何反对意见,我认为是.一些数据库维护或导入脚本可能会花费很多时间.但是,不应在日常使用中使用CRM.
请记住这一点,请参阅PHP手册max_execution_time:
Your web server can have other timeout configurations that may also interrupt PHP execution. Apache has a Timeout directive and IIS has a CGI timeout function. Both default to 300 seconds. See your web server documentation for specific details.