Merge pull request #904 from anaggh/patch-1
Remove deprecated track_errors
This commit is contained in:
commit
fb6b0e5611
|
@ -15,7 +15,6 @@ if (DEBUG_MODE) {
|
||||||
// Turn on all error reporting
|
// Turn on all error reporting
|
||||||
ini_set("display_errors", 0);
|
ini_set("display_errors", 0);
|
||||||
ini_set('display_startup_errors',0);
|
ini_set('display_startup_errors',0);
|
||||||
ini_set("track_errors", 1);
|
|
||||||
ini_set("html_errors", 1);
|
ini_set("html_errors", 1);
|
||||||
ini_set('log_errors', 1);
|
ini_set('log_errors', 1);
|
||||||
error_reporting(E_ALL | E_STRICT | E_NOTICE);
|
error_reporting(E_ALL | E_STRICT | E_NOTICE);
|
||||||
|
|
Loading…
Reference in New Issue