Skip to content

Commit 97c1d90

Browse files
committed
Merge pull request #35 from synctree/enable-soap
Add --enable-soap
2 parents 1de2401 + 98f6553 commit 97c1d90

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

5.4/Dockerfile

+1
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

+1
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

+1
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

+1
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

+1
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

+1
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)