Skip to content

Instantly share code, notes, and snippets.

@raewrites
Created July 19, 2016 05:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raewrites/f9f1005cf15af0c1282c4281c271ca2a to your computer and use it in GitHub Desktop.
Save raewrites/f9f1005cf15af0c1282c4281c271ca2a to your computer and use it in GitHub Desktop.
Disable PHP Error Reporting
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