Merge pull request #1647 from laf/issue-12-new

Added mysqli support
This commit is contained in:
Daniel Preussker
2015-08-12 22:06:09 +02:00
17 changed files with 1185 additions and 583 deletions

View File

@@ -352,6 +352,7 @@ $config_file = <<<"EOD"
\$config\['db_user'\] = "$dbuser";
\$config\['db_pass'\] = "$dbpass";
\$config\['db_name'\] = "$dbname";
\$config\['db'\]\['extension'\] = "mysqli";// mysql or mysqli
### Memcached config - We use this to store realtime usage
\$config\['memcached'\]\['enable'\] = FALSE;