Add PHP 8.1 + 8.2

This commit is contained in:
Daniel Hansson 2022-05-03 22:24:16 +02:00 committed by GitHub
parent 6102f224f8
commit 54f3bf74e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
lib.sh
View File

@ -1940,6 +1940,12 @@ then
elif grep 8.0 <<< "$GETPHP" >/dev/null 2>&1
then
export PHPVER=8.0
elif grep 8.1 <<< "$GETPHP" >/dev/null 2>&1
then
export PHPVER=8.1
elif grep 8.2 <<< "$GETPHP" >/dev/null 2>&1
then
export PHPVER=8.2
fi
# Export other PHP variables based on PHPVER