mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
#16 chore: add docs and tests for dev images as well
This commit is contained in:
@@ -14,7 +14,7 @@ endif
|
||||
|
||||
# Extensions.
|
||||
EXTENSIONS := \
|
||||
bcmath \
|
||||
bcmath \
|
||||
bz2 \
|
||||
calendar \
|
||||
iconv \
|
||||
|
||||
@@ -14,6 +14,7 @@ endif
|
||||
|
||||
# Extensions.
|
||||
EXTENSIONS := \
|
||||
bcmath \
|
||||
bz2 \
|
||||
calendar \
|
||||
iconv \
|
||||
@@ -27,6 +28,7 @@ EXTENSIONS := \
|
||||
pdo_pgsql \
|
||||
pgsql \
|
||||
redis \
|
||||
soap \
|
||||
Xdebug \
|
||||
zip
|
||||
ifneq ($(VERSION),$(filter 7.0 7.1 latest, $(VERSION)))
|
||||
|
||||
@@ -29,6 +29,7 @@ As you might have guessed, all tags are built on top of the corresponding tag of
|
||||
The following modules and extensions have been enabled,
|
||||
in addition to those you can already find in the [official PHP image](https://hub.docker.com/r/_/php/):
|
||||
|
||||
- `bcmath`
|
||||
- `bz2`
|
||||
- `calendar`
|
||||
- `iconv`
|
||||
@@ -43,6 +44,7 @@ in addition to those you can already find in the [official PHP image](https://hu
|
||||
- `pdo_pgsql`
|
||||
- `pgsql`
|
||||
- `redis`
|
||||
- `soap`
|
||||
- `xdebug`
|
||||
- `Zend OPcache` (_PHP 5.5+_)
|
||||
- `zip`
|
||||
|
||||
Reference in New Issue
Block a user