mirror of
https://github.com/dg/dibi.git
synced 2025-08-30 17:29:53 +02:00
removed PHP < 7.1 support
This commit is contained in:
@@ -8,14 +8,6 @@ driver = pdo
|
||||
dsn = "sqlite::memory:"
|
||||
system = sqlite
|
||||
|
||||
[mysql]
|
||||
driver = mysql
|
||||
host = 127.0.0.1
|
||||
username = root
|
||||
password = "Password12!"
|
||||
charset = utf8
|
||||
system = mysql
|
||||
|
||||
[mysql improved]
|
||||
driver = mysqli
|
||||
host = 127.0.0.1
|
||||
|
Reference in New Issue
Block a user