Briefing Zend Knowledge

Which PHP configuration directive can be disabled to prevent this?

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

A.
html_display

B.
error_reporting

C.
display_errors

D.
error_log

E.
ignore_repeated_errors

Explanation: