hide notices
With PHP 7.0 Maysqldumper showed way to many notices. This changes the error_reporting level so notices are not shown anymore.
Dieser Commit ist enthalten in:
Ursprung
5b995d339d
Commit
a69b1db72b
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Add configuration file names to array $excludedConfigurationFiles to skip configurations.
|
||||
*/
|
||||
error_reporting(E_ALL ^ ~E_NOTICE);
|
||||
error_reporting(E_ALL & ~E_NOTICE);
|
||||
$verbose = true;
|
||||
/**
|
||||
* Build exclude array with configuration files that should be skipped
|
||||
|
|
|
|||
Laden …
Tabelle hinzufügen
Einen Link hinzufügen
In neuem Issue referenzieren