Let's see some deprecation warnings now

This commit is contained in:
Kijin Sung 2022-12-27 22:44:45 +09:00
parent e0e4da50b7
commit f74976508e

View file

@ -21,7 +21,7 @@ if (version_compare(PHP_VERSION, '7.2.5', '<'))
/** /**
* Set error reporting rules. * Set error reporting rules.
*/ */
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED); error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
/** /**
* Suppress date/time errors until the internal time zone is set (see below). * Suppress date/time errors until the internal time zone is set (see below).