From 6b5b682eed77a21dfd1157a88261ffd768e3ad2b Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 17 Mar 2021 12:40:14 +1300 Subject: [PATCH] Add php7.4 to list configure checks for --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3131b7a7c..7d5824a06 100644 --- a/configure.ac +++ b/configure.ac @@ -2035,7 +2035,7 @@ if test x"${PHPBIN}" = xno; then PHP= else if test "x$PHPBIN" = xyes; then - AC_CHECK_PROGS(PHP, [php7.3 php7.2 php7.1 php7.0 php]) + AC_CHECK_PROGS(PHP, [php7.4 php7.3 php7.2 php7.1 php7.0 php]) else PHP=$PHPBIN fi