Merge pull request #1041 from TimWolla/adminer-driver

Update list of supported Adminer drivers
This commit is contained in:
Tianon Gravi 2017-10-18 09:59:18 -07:00 committed by GitHub
commit 77e8d04edb
1 changed files with 7 additions and 4 deletions

View File

@ -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: To add support for the other drivers you will need to install the following PHP extensions on top of this image:
- sqlsrv (MS SQL) - `pdo_dblib` (MS SQL)
- oci8 (Oracle) - `oci8` (Oracle)
- interbase (Firebird) - `interbase` (Firebird)
- mongo (MongoDB)
The following drivers are not supported by this image:
- MongoDB (The driver is not supported by PHP 7)