mirror of
https://github.com/dg/dibi.git
synced 2025-08-05 21:58:10 +02:00
removed PHP < 5.4 stuff
This commit is contained in:
@@ -103,7 +103,7 @@ echo '<p>Connecting to Sqlite via PDO: ';
|
||||
try {
|
||||
dibi::connect(array(
|
||||
'driver' => 'pdo',
|
||||
'dsn' => 'sqlite2::memory:',
|
||||
'dsn' => 'sqlite::memory:',
|
||||
));
|
||||
echo 'OK';
|
||||
} catch (DibiException $e) {
|
||||
|
Reference in New Issue
Block a user