Skip to content

Instantly share code, notes, and snippets.

@carcinocron
Last active September 1, 2015 13:22
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 carcinocron/07fcf22327c0ca3c5101 to your computer and use it in GitHub Desktop.
Save carcinocron/07fcf22327c0ca3c5101 to your computer and use it in GitHub Desktop.
Increase Error Reporting in PHP for dev machines

increase error reporting in PHP (do not do this on production!!!!)

sudo nano /etc/php5/fpm/conf.d/99-dev-machine.ini

display_startup_errors=1

display_errors=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment