Add php7.4 to list configure checks for

This commit is contained in:
Olly Betts 2021-03-17 12:40:14 +13:00
commit 6b5b682eed

View file

@ -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