mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Temporarily disabled E_STRICT until we can solve Debug issues with
SS error handler
This commit is contained in:
parent
e2df1f4c5f
commit
aa14a5191e
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
// ALL errors are reported, including E_STRICT by default *unless* the site is in
|
// ALL errors are reported, including E_STRICT by default *unless* the site is in
|
||||||
// live mode, where reporting is limited to fatal errors and warnings (see later in this file)
|
// live mode, where reporting is limited to fatal errors and warnings (see later in this file)
|
||||||
error_reporting(E_ALL | E_STRICT);
|
error_reporting(E_ALL & ~(E_STRICT));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Include _ss_environment.php files
|
* Include _ss_environment.php files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user