Q3
What is the default value of max_execution_time directive? This directive specifies how many seconds a script can execute before being terminated.
A.
10
B.
20
C.
30
AnswerD.
40
Answer: Option C
Solution
Answer: Option C
Solution:
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.