Which of the following directive determines the maximum amount of time that a PHP script will spend attempting to parse input before registering a fatal error?
max_input_time
Correct:
max_input_time
Explanation:
Answer: c
This is relevant because particularly large files can take some time to upload, eclipsing the time set by this directive.