From 9ccc899774e5ddcf77bd321b12eb4c2f7fcc6413 Mon Sep 17 00:00:00 2001 From: Firecraft Date: Wed, 9 Mar 2016 21:20:41 +0900 Subject: [PATCH] update compile.sh PHP and cURL update! --- compile.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.sh b/compile.sh index d1db277..6454062 100644 --- a/compile.sh +++ b/compile.sh @@ -1,5 +1,5 @@ #!/bin/bash -[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.3" +[ -z "$PHP_VERSION" ] && PHP_VERSION="7.0.4" PHP_IS_BETA="no" @@ -10,7 +10,7 @@ MBEDTLS_VERSION="2.2.1" LIBMCRYPT_VERSION="2.5.8" GMP_VERSION="6.1.0" GMP_VERSION_DIR="6.1.0" -CURL_VERSION="curl-7_47_0" +CURL_VERSION="curl-7_47_1" READLINE_VERSION="6.3" NCURSES_VERSION="6.0" PHPNCURSES_VERSION="1.0.2"