Timp maxim de executie

Spread the love

How do I change the PHP maximum execution time?

In an .htaccess file in the same directory as the executing script, include this line:

php_value max_execution_time ?


Replace „?” with the with the value you need to replace it with. Our default time is set to 30 seconds and a successful modification of the maximum execution will show in your PHP info file.

You may also like