nerdexam
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)
  • A
    76% (28)
  • B
    5% (2)
  • C
    3% (1)
  • D
    14% (5)
  • E
    3% (1)

Topics

#memory_limit#max_execution_time#php.ini#resource limits

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice