Skip to content

Instantly share code, notes, and snippets.

@wallace11
Last active June 3, 2019 04:25
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 wallace11/1837b433b325a5b674345401e7aaf720 to your computer and use it in GitHub Desktop.
Save wallace11/1837b433b325a5b674345401e7aaf720 to your computer and use it in GitHub Desktop.

Force display errors

error_reporting(E_ALL);
ini_set('display_errors', 1);

Disable caching in php.ini

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