Add SOAPClient into PHP build
+ boost version
This commit is contained in:
parent
175fd9057d
commit
3f09d038ea
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
DOCKER=docker
|
DOCKER=docker
|
||||||
VERSION=2020.01-beta-1
|
VERSION=2020.02
|
||||||
|
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
|
@ -61,7 +61,8 @@ cd php-$VERSION
|
|||||||
--enable-opcache \
|
--enable-opcache \
|
||||||
--with-imap \
|
--with-imap \
|
||||||
--with-imap-ssl \
|
--with-imap-ssl \
|
||||||
--with-kerberos
|
--with-kerberos \
|
||||||
|
--with-soapclient
|
||||||
make -j
|
make -j
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user