diff --git a/dist/index.php b/dist/index.php index 415746e..d06eade 100644 --- a/dist/index.php +++ b/dist/index.php @@ -9,6 +9,8 @@ * file that was distributed with this source code. */ +error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT); + if (version_compare(PHP_VERSION, '7.2.5', '<')) { echo 'Minimum requirement is PHP 7.2.5 You are using: '.PHP_VERSION."\n"; die;