diff --git a/Makefile b/Makefile index 9b82291..e3a4f4c 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER=docker -VERSION=2020.01-beta-1 +VERSION=2020.02 all: build diff --git a/build_php.sh b/build_php.sh index eb1283c..dd4c081 100755 --- a/build_php.sh +++ b/build_php.sh @@ -61,7 +61,8 @@ cd php-$VERSION --enable-opcache \ --with-imap \ --with-imap-ssl \ - --with-kerberos + --with-kerberos \ + --with-soapclient make -j make install