From 747651c7e4d40382e749eabfc211bade760e538d Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 18 Jan 2023 16:11:11 +1300 Subject: [PATCH] configure: Check for php8.2 too --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4ae334e28..ef7bebdf9 100644 --- a/configure.ac +++ b/configure.ac @@ -1859,7 +1859,7 @@ if test x"${PHPBIN}" = xno; then PHP= else if test "x$PHPBIN" = xyes; then - AC_CHECK_PROGS(PHP, [php8.1 php8.0 php7.4 php7.3 php7.2 php7.1 php7.0 php]) + AC_CHECK_PROGS(PHP, [php8.2 php8.1 php8.0 php7.4 php7.3 php7.2 php7.1 php7.0 php]) else PHP=$PHPBIN fi