Skip to content

Instantly share code, notes, and snippets.

@zoka123
Created August 4, 2016 13:35
Show Gist options
  • Select an option

  • Save zoka123/7772a578d010b1ce51e67aab7d5b8bec to your computer and use it in GitHub Desktop.

Select an option

Save zoka123/7772a578d010b1ce51e67aab7d5b8bec to your computer and use it in GitHub Desktop.
Enable PHP Errors
ini_set('display_errors',1);
error_reporting(E_ALL|E_STRICT);
ini_set('error_log','script_errors.log');
ini_set('log_errors','On');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment