Skip to content

Instantly share code, notes, and snippets.

@christophermlne
Created May 23, 2013 18:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophermlne/5638331 to your computer and use it in GitHub Desktop.
Save christophermlne/5638331 to your computer and use it in GitHub Desktop.
Enable php error reporting. Overrides server .ini settings
<?php
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