Skip to content

Instantly share code, notes, and snippets.

@avesus
Created May 12, 2015 18:22
Show Gist options
  • Save avesus/8cee66cd14a96b86a0df to your computer and use it in GitHub Desktop.
Save avesus/8cee66cd14a96b86a0df to your computer and use it in GitHub Desktop.
PHP main header
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