Created
January 17, 2018 09:08
-
-
Save lmlsna/057e6fe91ae6e45466a6ee906dcc7162 to your computer and use it in GitHub Desktop.
PHP7 Error reporting values
This file contains hidden or 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 = 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