Skip to content

Commit 98f6553

Browse files
committed
Add --enable-soap
1 parent 1de2401 commit 98f6553

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

5.4/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN buildDeps=" \
3434
&& cd /usr/src/php \
3535
&& ./configure --disable-cgi \
3636
$PHP_EXTRA_CONFIGURE_ARGS \
37+
--enable-soap \
3738
--with-curl \
3839
--with-gd \
3940
--with-mysql \

5.4/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN buildDeps=" \
4747
&& cd /usr/src/php \
4848
&& ./configure --disable-cgi \
4949
$PHP_EXTRA_CONFIGURE_ARGS \
50+
--enable-soap \
5051
--with-curl \
5152
--with-gd \
5253
--with-mysql \

5.5/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN buildDeps=" \
3434
&& cd /usr/src/php \
3535
&& ./configure --disable-cgi \
3636
$PHP_EXTRA_CONFIGURE_ARGS \
37+
--enable-soap \
3738
--with-curl \
3839
--with-gd \
3940
--with-mysql \

5.5/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN buildDeps=" \
4747
&& cd /usr/src/php \
4848
&& ./configure --disable-cgi \
4949
$PHP_EXTRA_CONFIGURE_ARGS \
50+
--enable-soap \
5051
--with-curl \
5152
--with-gd \
5253
--with-mysql \

5.6/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN buildDeps=" \
3434
&& cd /usr/src/php \
3535
&& ./configure --disable-cgi \
3636
$PHP_EXTRA_CONFIGURE_ARGS \
37+
--enable-soap \
3738
--with-curl \
3839
--with-gd \
3940
--with-mysql \

5.6/apache/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN buildDeps=" \
4747
&& cd /usr/src/php \
4848
&& ./configure --disable-cgi \
4949
$PHP_EXTRA_CONFIGURE_ARGS \
50+
--enable-soap \
5051
--with-curl \
5152
--with-gd \
5253
--with-mysql \

0 commit comments

Comments
 (0)