Skip to content

Commit

Permalink
Fix PHP prerequisites of databases
Browse files Browse the repository at this point in the history
Both PostgreSQL (nextcloud/server#367) and SQLite (nextcloud/server#481)
are handled by PDO in recent Nextcloud versions.
  • Loading branch information
pmattern committed Feb 6, 2017
1 parent 34224a8 commit 099e4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin_manual/installation/source_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 099e4a6

Please sign in to comment.