'"UTF-8"', 'locking_mode' => 'NORMAL', ); // The SQLite3 class is available in PHP 5.3 and newer if($databaseConfig['type'] == 'SQLitePDODatabase' || version_compare(phpversion(), '5.3.0', '<')) { $databaseConfig['type'] = 'SQLitePDODatabase'; } else { $databaseConfig['type'] = 'SQLite3Database'; } }