
- Forum
- Programming Talk
- PHP
- Enabling Difference
Enabling Difference
This is a discussion on Enabling Difference within the PHP forums, part of the Programming Talk category; I wanted to know the difference between enabling the feature of display_errors and log_errors as on as below: display_errors = ...
-
Enabling Difference
I wanted to know the difference between enabling the feature of display_errors and log_errors as on as below:
display_errors = On
log_errors = On
What is the difference in enabling of the two statements given above?
-
It is always better to display_errors should be disabled, and all error messages should be passed to system log files using the log_errors directive.

Reply With Quote





