Skip to content

Instantly share code, notes, and snippets.

@X0nic
Created May 15, 2013 17:22
Show Gist options
  • Save X0nic/5585661 to your computer and use it in GitHub Desktop.
Save X0nic/5585661 to your computer and use it in GitHub Desktop.
enable php errors
error_reporting(E_ALL);
ini_set('display_errors', '1');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment