max_execution_time始终为0

时间:2018-02-20 10:33:16

标签: php apache time ini

我无法更改属性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.0apache

一起使用

1 个答案:

答案 0 :(得分:-1)

参数或者set_time_limit(0);

您可以使用此功能不要让脚本超时