Skip to content

Instantly share code, notes, and snippets.

@scjudd
Created April 11, 2011 19:20
Show Gist options
  • Save scjudd/914110 to your computer and use it in GitHub Desktop.
Save scjudd/914110 to your computer and use it in GitHub Desktop.
enable php error logging
# enable PHP error logging
php_flag log_errors on
php_value error_log ./PHP_errors.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment