mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
chore: add extensions to xhprof image as well
This commit is contained in:
@@ -9,12 +9,15 @@ PHP_VERSION = $(firstword $(subst -, ,$(VERSION)))
|
||||
|
||||
# Extensions.
|
||||
EXTENSIONS := \
|
||||
amqp \
|
||||
bcmath \
|
||||
bz2 \
|
||||
calendar \
|
||||
exif \
|
||||
gd \
|
||||
gettext \
|
||||
iconv \
|
||||
imagick \
|
||||
intl \
|
||||
ldap \
|
||||
mbstring \
|
||||
|
||||
@@ -57,12 +57,15 @@ 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/):
|
||||
|
||||
- `amqp`
|
||||
- `bcmath`
|
||||
- `bz2`
|
||||
- `calendar`
|
||||
- `exif`
|
||||
- `gd`
|
||||
- `gettext`
|
||||
- `iconv`
|
||||
- `imagick`
|
||||
- `intl`
|
||||
- `ldap`
|
||||
- `mbstring`
|
||||
|
||||
Reference in New Issue
Block a user