1、 修改是APACHE设置,在PHP.INI中找到一个参数:

 

  1. max_execution_time

 

 将后面的值调大,然后重新启动APACHE服务(centos: service httpd restart),就OK了。

2、 在php网页中加入下面的代码:

 

  1. set_time_limit(0);//0表示不限时

相关文章:

  • 2021-05-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-22
  • 2022-12-23
  • 2021-04-08
猜你喜欢
  • 2021-08-08
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2022-01-07
相关资源
相似解决方案