Answers for "max_execution_time increase in php ubuntu"

PHP
2

php code to increase maximum execution time

ini_set('max_execution_time', '300'); //300 seconds = 5 minutes
ini_set('max_execution_time', '0'); // for infinite time of execution
Posted by: Guest on June-30-2020

Code answers related to "max_execution_time increase in php ubuntu"

Browse Popular Code Answers by Language