Zend
200-710 · Question #31
Which of the following methods are available to limit the amount of resources available to PHP through php.ini? (Choose 2)
The correct answer is A. Limit the amount of memory a script can consume. See the full explanation below for the reasoning.
PHP Basics
Question
Which of the following methods are available to limit the amount of resources available to PHP through php.ini? (Choose 2)
Options
- ALimit the amount of memory a script can consume
- BLimit the total amount of memory PHP uses on the entire server
- CLimit the maximum execution time of a script
- DLimit the maximum number of concurrent PHP processes
- ELimit the maximum number of concurrent PHP threads
How the community answered
(37 responses)- A76% (28)
- B5% (2)
- C3% (1)
- D14% (5)
- E3% (1)
Topics
#memory_limit#max_execution_time#php.ini#resource limits
Community Discussion
No community discussion yet for this question.