From 169b5838d7faee21f207f5001fb06e1bbde85576 Mon Sep 17 00:00:00 2001 From: Firecraft Date: Wed, 4 May 2016 10:53:07 +0900 Subject: [PATCH] update PHP --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 9503bd9..8dec44f 100644 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ #!/bin/bash -[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.5" +[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.6" PHP_IS_BETA="no"