[php] configure: Check for php8.1 binary
This commit is contained in:
parent
c0c7a8dba0
commit
c60507ef70
1 changed files with 1 additions and 1 deletions
|
|
@ -2082,7 +2082,7 @@ if test x"${PHPBIN}" = xno; then
|
|||
PHP=
|
||||
else
|
||||
if test "x$PHPBIN" = xyes; then
|
||||
AC_CHECK_PROGS(PHP, [php8.0 php7.4 php7.3 php7.2 php7.1 php7.0 php])
|
||||
AC_CHECK_PROGS(PHP, [php8.1 php8.0 php7.4 php7.3 php7.2 php7.1 php7.0 php])
|
||||
else
|
||||
PHP=$PHPBIN
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue