mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Change default error_reporting level to E_ALL with no exceptions
This commit is contained in:
parent
010ba87c5b
commit
3a53e173bb
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ if (PHP_VERSION_ID < 70205)
|
||||||
/**
|
/**
|
||||||
* Set error reporting rules.
|
* Set error reporting rules.
|
||||||
*/
|
*/
|
||||||
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT);
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 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