From 1d78b720e1b6659240253020bab0a032a07f8437 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Tue, 21 Jun 2016 18:38:04 +0300 Subject: [PATCH] Bump to PHP 7.0.7 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fcb9426..a555c14 100755 --- a/build.sh +++ b/build.sh @@ -25,7 +25,7 @@ sudo mkdir /usr/local/php7 git clone https://github.com/php/php-src.git cd php-src -git checkout PHP-7.0.6 +git checkout PHP-7.0.7 git pull ./buildconf --force