致命错误:更改php.ini后,超过了30秒的最长执行时间


Fatal error: Maximum execution time of 30 seconds exceeded after changing php.ini

我使用XAMPP并更改了C:''examplep''php''php.ini中的php.ini:

from->max_execution_time=30

至->max_execution_time=3000

我仍然得到错误:致命错误:超过 30秒的最长执行时间

我能做什么?

好的,它不仅仅是php.ini。我必须添加ini_set('max_execution_time',120);我的php文件。

在中尝试我的响应

php中的执行时间限制没有设置为infinte时间?

无限变量的0值:

max_execution_time=0
max_input_time=0