From cf6e00a6c2eea322b03de9b9d21bf467fa947355 Mon Sep 17 00:00:00 2001 From: Muqsit Rayyan Date: Mon, 8 Aug 2016 21:19:31 +0530 Subject: [PATCH] PHP 7.0.9 --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 0cf64cb..7682a21 100644 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ #!/bin/bash -[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.8" +[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.9" PHP_IS_BETA="no"