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
+3
View File
@@ -43,6 +43,9 @@ $config['temp_dir'] = '/tmp';
$config['install_dir'] = '/opt/'.$config['project_id'];
$config['log_dir'] = $config['install_dir'].'/logs';
// MySQL extension to use
$config['db']['extension'] = 'mysql';//mysql and mysqli available
// What is my own hostname (used to identify this host in its own database)
$config['own_hostname'] = 'localhost';