We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccd3ba commit fc26966Copy full SHA for fc26966
scripts/install_php74.sh
@@ -18,10 +18,10 @@ echo "MySQL Shell successfully installed !"
18
19
if [[ $(uname -r | sed 's/^.*\(el[0-9]\+\).*$/\1/') == "el8" ]]
20
then
21
- dnf -y module enable php:remi-7.4
+ dnf -y module enable php:remi-8.2
22
dnf -y install php php-cli php-mysqlnd php-zip php-gd php-mcrypt php-mbstring php-xml php-json
23
else
24
- yum-config-manager --enable remi-php74
+ yum-config-manager --enable remi-php82
25
yum -y install php php-cli php-mysqlnd php-zip php-gd php-mcrypt php-mbstring php-xml php-json
26
fi
27
0 commit comments