Which PHP configuration directive, when enabled, reveals all errors including notices and warnings, which is essential during research and development phases?
-
A
display_errors = On with error_reporting = E_ALL
-
B
log_errors = On
-
C
error_reporting = E_ERROR only
-
D
display_startup_errors = On alone