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)- A7% (2)
- B18% (5)
- C71% (20)
- E4% (1)
Community Discussion
No community discussion yet for this question.