From b8ff353103853931ea07c02a6524ecc6910e16a5 Mon Sep 17 00:00:00 2001 From: Paolo Cuffiani Date: Thu, 21 Apr 2022 18:37:34 +0200 Subject: [PATCH] chore: add extensions to xhprof image as well --- xhprof/Makefile | 3 +++ xhprof/README.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/xhprof/Makefile b/xhprof/Makefile index 841b046..a8cfb92 100644 --- a/xhprof/Makefile +++ b/xhprof/Makefile @@ -9,12 +9,15 @@ PHP_VERSION = $(firstword $(subst -, ,$(VERSION))) # Extensions. EXTENSIONS := \ + amqp \ bcmath \ bz2 \ calendar \ exif \ gd \ + gettext \ iconv \ + imagick \ intl \ ldap \ mbstring \ diff --git a/xhprof/README.md b/xhprof/README.md index 3122cb7..ff1899b 100644 --- a/xhprof/README.md +++ b/xhprof/README.md @@ -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`