Avoid CLI printing some PEAR::DB deprecated stuff
We should get rid of PEAR::DB and reenable these logs. Upstream doesn't seem to update.
This commit is contained in:
parent
9c7f8f1643
commit
ff004c5912
|
@ -35,6 +35,7 @@ ini_set("max_execution_time", "0");
|
|||
ini_set("max_input_time", "0");
|
||||
set_time_limit(0);
|
||||
mb_internal_encoding('UTF-8');
|
||||
error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
|
||||
|
||||
// Add extlib to our path so we can get Console_Getopt
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user