Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #php #code #increase #maximum #execution #time
ADD COMMENT
Topic
Name
1+7 =