From 3f09d038ea842208576659b546159b0a697854c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0trauch?= Date: Wed, 5 Feb 2020 23:04:10 +0100 Subject: [PATCH] Add SOAPClient into PHP build + boost version --- Makefile | 2 +- build_php.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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