Skip to content

Instantly share code, notes, and snippets.

@kenrick
Created January 5, 2013 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenrick/4462138 to your computer and use it in GitHub Desktop.
Save kenrick/4462138 to your computer and use it in GitHub Desktop.
Forces the showing of errors in php
ini_set('display_errors', 1);
ini_set('log_errors', 1);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
error_reporting(E_ALL);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment