我无法更改属性max_execution_time
的值。
在php.ini
中设置为
max_execution_time = 13000
。
也在.htaccess
php_flag max_execution_time 130000
。
在phpinfo.php
ini_set('max_execution_time','1300');
set_time_limit(13000);
phpinfo();?>
我尝试了一切,没有任何改变价值。将php-fpm 7.0
与apache
答案 0 :(得分:-1)
参数或者set_time_limit(0);
您可以使用此功能不要让脚本超时