Skip to content

Instantly share code, notes, and snippets.

@lmlsna
Created January 17, 2018 09:08
Show Gist options
  • Save lmlsna/057e6fe91ae6e45466a6ee906dcc7162 to your computer and use it in GitHub Desktop.
Save lmlsna/057e6fe91ae6e45466a6ee906dcc7162 to your computer and use it in GitHub Desktop.
PHP7 Error reporting values
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
log_errors = On
track_errors = On
html_errors = On
error_prepend_string = "<span style='color: #ff0000'>"
error_append_string = "</span>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment