Skip to content

Commit fc26966

Browse files
authored
Update install_php74.sh to include latest php version
Update install_php74.sh to include latest php version
1 parent 3ccd3ba commit fc26966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/install_php74.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ echo "MySQL Shell successfully installed !"
1818

1919
if [[ $(uname -r | sed 's/^.*\(el[0-9]\+\).*$/\1/') == "el8" ]]
2020
then
21-
dnf -y module enable php:remi-7.4
21+
dnf -y module enable php:remi-8.2
2222
dnf -y install php php-cli php-mysqlnd php-zip php-gd php-mcrypt php-mbstring php-xml php-json
2323
else
24-
yum-config-manager --enable remi-php74
24+
yum-config-manager --enable remi-php82
2525
yum -y install php php-cli php-mysqlnd php-zip php-gd php-mcrypt php-mbstring php-xml php-json
2626
fi
2727

0 commit comments

Comments
 (0)