Add SOAPClient into PHP build

+ boost version
This commit is contained in:
Adam Štrauch 2020-02-05 23:04:10 +01:00
parent 175fd9057d
commit 3f09d038ea
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
DOCKER=docker
VERSION=2020.01-beta-1
VERSION=2020.02
all: build

View File

@ -61,7 +61,8 @@ cd php-$VERSION
--enable-opcache \
--with-imap \
--with-imap-ssl \
--with-kerberos
--with-kerberos \
--with-soapclient
make -j
make install