nerdexam
Zend

200-550 · Question #17

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 C. Limit the maximum execution time of a script. See the full explanation below for the reasoning.

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

(29 responses)
  • A
    79% (23)
  • B
    3% (1)
  • D
    3% (1)
  • E
    14% (4)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice