Skip to content

Commit 881ac2f

Browse files
author
Daniel Hansson
committed
update PHPVER export
Signed-off-by: Daniel Hansson <[email protected]>
1 parent 5e95f0d commit 881ac2f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

lib.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,15 @@ then
10491049
elif grep 8.2 <<< "$GETPHP" >/dev/null 2>&1
10501050
then
10511051
export PHPVER=8.2
1052+
elif grep 8.3 <<< "$GETPHP" >/dev/null 2>&1
1053+
then
1054+
export PHPVER=8.3
1055+
elif grep 8.4 <<< "$GETPHP" >/dev/null 2>&1
1056+
then
1057+
export PHPVER=8.4
1058+
elif grep 8.5 <<< "$GETPHP" >/dev/null 2>&1
1059+
then
1060+
export PHPVER=8.5
10521061
fi
10531062

10541063
export PHP_INI=/etc/php/"$PHPVER"/fpm/php.ini

0 commit comments

Comments
 (0)