Fix PHP prerequisites of databases

Both PostgreSQL (nextcloud/server#367) and SQLite (nextcloud/server#481)
are handled by PDO in recent Nextcloud versions.
This commit is contained in:
Peter Mattern
2017-02-06 23:38:52 +01:00
parent 34224a8571
commit 099e4a65b9

View File

@@ -56,9 +56,9 @@ Required:
Database connectors (pick the one for your database:)
* PHP module sqlite (>= 3, usually not recommended for performance reasons)
* PHP module pdo_sqlite (>= 3, usually not recommended for performance reasons)
* PHP module pdo_mysql (MySQL/MariaDB)
* PHP module pgsql (requires PostgreSQL >= 9.0)
* PHP module pdo_pgsql (requires PostgreSQL >= 9.0)
*Recommended* packages: