Created
July 19, 2016 05:08
-
-
Save raewrites/f9f1005cf15af0c1282c4281c271ca2a to your computer and use it in GitHub Desktop.
Disable PHP Error Reporting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error_reporting = 4339 | |
display_errors = Off | |
display_startup_errors = Off | |
log_errors = On | |
error_log = /home/example.com/logs/php_error.log | |
log_errors_max_len = 1024 | |
ignore_repeated_errors = On | |
ignore_repeated_source = Off | |
html_errors = Off |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment