Skip to content
This repository has been archived by the owner on Apr 13, 2020. It is now read-only.

Commit

Permalink
disable mysql because msql setup problems under HHVM
Browse files Browse the repository at this point in the history
  • Loading branch information
uwetews committed Aug 7, 2016
1 parent 680f55e commit 87d015a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
define('MysqlCacheEnable', false);
define('PdoCacheEnable', false);
define('PdoGzipCacheEnable', false);
define('MysqlResourceEnable', true);
define('MysqlResourceEnable', false);
define('DB_DSN', "mysql:dbname=test;host=localhost");
define('DB_USER', "travis");
define('DB_PASSWD', "");

0 comments on commit 87d015a

Please sign in to comment.