Skip to content

Instantly share code, notes, and snippets.

@reactormade
Last active December 15, 2015 02:19
Show Gist options
  • Save reactormade/5186704 to your computer and use it in GitHub Desktop.
Save reactormade/5186704 to your computer and use it in GitHub Desktop.
Do not report E_ALL errors since 5.4.0 E_STRICT became part of E_ALL. http://php.net/manual/en/function.error-reporting.php
<?php
error_reporting(E_ERROR | E_PARSE | E_NOTICE);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment