configure: Look for php7.2 and php7.3

This commit is contained in:
Olly Betts 2019-02-08 14:37:14 +13:00
commit c199b173f8

View file

@ -2002,7 +2002,7 @@ if test x"${PHPBIN}" = xno; then
PHP=
else
if test "x$PHPBIN" = xyes; then
AC_CHECK_PROGS(PHP, [php7.1 php7.0 php])
AC_CHECK_PROGS(PHP, [php7.3 php7.2 php7.1 php7.0 php])
else
PHP=$PHPBIN
fi