mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Let's see some deprecation warnings now
This commit is contained in:
parent
e0e4da50b7
commit
f74976508e
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue