Add list of installed php modules

This is information I would have wanted before I started using this image.
This commit is contained in:
Aaron C
2018-12-20 16:46:43 +01:00
parent 3357f03285
commit 4e9c645fa6

View File

@@ -14,3 +14,21 @@ supervisorctl restart php-fpm
```
We may include a env var to do this in the future.
## Extensions already installed
The following are already installed and ready to use:
| `docker-php-ext-`name | Description
|----|----|
| curl | cURL: command line tool and library for transferring data with URLs
| dom | **DOM**-manipulation library
| gd | **GD**: Image creation and manipulation library
| intl | **Internationalization** (i18n) function library
| mysqli | **MySQL Improved**: Procedural-style library for connecting to and using a MySQL database
| opcache | **OPcache**: Improves PHP performace by storing precompiled script bytecode in shared memory
| pdo | **PDO**: PHP Database Object; Object-oriented library for connecting to various databases.
| pdo_mysql | **MySQL Driver** for PDO
| pdo_sqlite | **SQLite Driver** for PDO
| soap | **SOAP**: **S**imple **O**bject **A**ccess **P**rotocol library
| xsl | **XSL**: e**X**stensible **S**tyling **L**anguage library
| zip | **ZIP**: Transparently read and write ZIP compressed archives