Skip to content

Commit

Permalink
Update list of supported Adminer drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
TimWolla committed Oct 18, 2017
1 parent 2c7f3a4 commit 9b5d4d7
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions adminer/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@ While Adminer supports a wide range of database drivers this image only supports

To add support for the other drivers you will need to install the following PHP extensions on top of this image:

- sqlsrv (MS SQL)
- oci8 (Oracle)
- interbase (Firebird)
- mongo (MongoDB)
- `pdo_dblib` (MS SQL)
- `oci8` (Oracle)
- `interbase` (Firebird)

The following drivers are not supported by this image:

- MongoDB (The driver is not supported by PHP 7)

0 comments on commit 9b5d4d7

Please sign in to comment.