diff --git a/linux-build-install.sh b/linux-build-install.sh index 786843b..28c6903 100755 --- a/linux-build-install.sh +++ b/linux-build-install.sh @@ -10,7 +10,7 @@ set -e mkdir -p work cd work -curl -fsSL http://www.php.net/distributions/php-7.0.16.tar.xz | tar -xJf - --strip-components=1 +curl -fsSL http://www.php.net/distributions/php-7.0.17.tar.xz | tar -xJf - --strip-components=1 ./configure \ --disable-cgi \