Add SQLRelay DB layer, by Dante Mason

This commit is contained in:
Garvin Hicking
2007-10-12 09:12:48 +00:00
parent 30f6725c4f
commit 142e1ff492
3 changed files with 565 additions and 0 deletions
+3
View File
@@ -820,6 +820,9 @@ function serendipity_probeInstallation($item) {
if (extension_loaded('SQLITE3')) {
$res['sqlite3'] = 'SQLite3';
}
if (function_exists('sqlrcon_alloc')) {
$res['sqlrelay'] = 'SQLRelay';
}
break;
case 'rewrite' :