mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
disable mysql because msql setup problems under HHVM
This commit is contained in:
@@ -12,7 +12,7 @@ define('ApcCacheEnable', false);
|
|||||||
define('MysqlCacheEnable', false);
|
define('MysqlCacheEnable', false);
|
||||||
define('PdoCacheEnable', false);
|
define('PdoCacheEnable', false);
|
||||||
define('PdoGzipCacheEnable', false);
|
define('PdoGzipCacheEnable', false);
|
||||||
define('MysqlResourceEnable', true);
|
define('MysqlResourceEnable', false);
|
||||||
define('DB_DSN', "mysql:dbname=test;host=localhost");
|
define('DB_DSN', "mysql:dbname=test;host=localhost");
|
||||||
define('DB_USER', "travis");
|
define('DB_USER', "travis");
|
||||||
define('DB_PASSWD', "");
|
define('DB_PASSWD', "");
|
||||||
|
Reference in New Issue
Block a user