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:
Mikael Nordfeldth 2015-02-03 21:27:25 +01:00
parent 9c7f8f1643
commit ff004c5912
1 changed files with 1 additions and 0 deletions

View File

@ -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