Created
May 12, 2015 18:22
-
-
Save avesus/8cee66cd14a96b86a0df to your computer and use it in GitHub Desktop.
PHP main header
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
ini_set('xdebug.scream', true); | |
ini_set('display_errors', true); | |
error_reporting(E_ALL); | |
ini_set('scream.enabled', true); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment