Created
August 4, 2016 13:35
-
-
Save zoka123/7772a578d010b1ce51e67aab7d5b8bec to your computer and use it in GitHub Desktop.
Enable PHP Errors
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
| ini_set('display_errors',1); | |
| error_reporting(E_ALL|E_STRICT); | |
| ini_set('error_log','script_errors.log'); | |
| ini_set('log_errors','On'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment