1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-30 01:09:50 +02:00

removed PHP < 7.1 support

This commit is contained in:
David Grudl
2017-03-08 14:02:10 +01:00
parent e1598cc7da
commit 7f8e36c1e1
11 changed files with 12 additions and 573 deletions

View File

@@ -8,14 +8,6 @@ driver = pdo
dsn = "sqlite::memory:"
system = sqlite
[mysql]
driver = mysql
host = 127.0.0.1
username = root
password =
charset = utf8
system = mysql
[mysql improved]
driver = mysqli
host = 127.0.0.1