Skip to content

Instantly share code, notes, and snippets.

@whisher
Created June 10, 2013 12:28
Show Gist options
  • Save whisher/5748367 to your computer and use it in GitHub Desktop.
Save whisher/5748367 to your computer and use it in GitHub Desktop.
if ($_SERVER['APPLICATION_ENV'] == 'development') {
error_reporting(-1);
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment