Skip to content

Instantly share code, notes, and snippets.

@slouma2000
Created May 27, 2013 07:52
Show Gist options
  • Save slouma2000/5655712 to your computer and use it in GitHub Desktop.
Save slouma2000/5655712 to your computer and use it in GitHub Desktop.
Display Errors
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