From 6dd94d1c3bd87fb00ab125cd2c27f96f1161efca Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Tue, 5 Dec 2017 07:11:54 +0100 Subject: [PATCH] pkg: also annotate PHP 7.1 usage here --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 06cf2749c..b8def8933 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ CORE_HASH= ${CORE_COMMIT:C/^.*-//1} CORE_ABI?= 17.7 CORE_ARCH?= ${ARCH} CORE_OPENVPN?= # empty -CORE_PHP?= 70 +CORE_PHP?= 71 CORE_PY?= 27 _FLAVOUR!= if [ -f ${OPENSSL} ]; then ${OPENSSL} version; fi