Answers for "increase max_execution_time php.ini"

PHP
2

php max_execution_time

ini_set ( 'max_execution_time', -1); //unlimit
Posted by: Guest on June-04-2021
0

max_execution_time php

ini_set ( 'max_execution_time', 1200); //1200 is time in secondss
Posted by: Guest on October-29-2020

Code answers related to "increase max_execution_time php.ini"

Browse Popular Code Answers by Language