We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f71dd2 commit 896c8f6Copy full SHA for 896c8f6
2 files changed
Dockerfiles/mods/Dockerfile-7.4
@@ -622,8 +622,8 @@ RUN set -eux \
622
RUN set -eux \
623
# Installation: Version specific
624
# Type: Built-in extension
625
- # Default: configure command
626
- && docker-php-ext-configure soap --with-libxml-dir=/usr \
+ # Custom: configure command
+ && docker-php-ext-configure soap --enable-soap \
627
# Installation
628
&& docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) soap \
629
&& true
build/ansible/group_vars/all/mods.yml
@@ -1096,6 +1096,7 @@ extensions_available:
1096
soap:
1097
7.4:
1098
type: builtin
1099
+ configure: --enable-soap
1100
all:
1101
1102
configure: --with-libxml-dir=/usr
0 commit comments