nerdexam
Zend

200-550 · Question #133

One common security risk is exposing error messages directly in the browser. Which PHP configuration directive can be disabled to prevent this?

The correct answer is C. display_errors. See the full explanation below for the reasoning.

Question

One common security risk is exposing error messages directly in the browser. Which PHP configuration directive can be disabled to prevent this?

Options

  • Ahtml_display
  • Berror_reporting
  • Cdisplay_errors
  • Derror_log
  • Eignore_repeated_errors

How the community answered

(28 responses)
  • A
    7% (2)
  • B
    18% (5)
  • C
    71% (20)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 200-550 Practice