From 6be3fe02674ba6f1288cd8e19a6c4675f2dc8bad Mon Sep 17 00:00:00 2001 From: Erkam Kahraman Date: Sat, 18 Mar 2017 09:31:46 +0100 Subject: [PATCH] Update linux-build-install.sh --- linux-build-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \