What is the default value of max_execution_time directive? This directive specifies how many seconds a script can execute before being terminated.

What is the default value of max_execution_time directive? This directive specifies how many seconds a script can execute before being terminated. Correct Answer 30

This can be useful to prevent users’ scripts from consuming too much CPU time. If max_execution_time is set to 0, no time limit will be set.

Related Questions