Cloud9 || PHP version

0

Hello there,

How can I update PHP to 7.4 version or upper?

已提问 2 年前461 查看次数
1 回答
1

sudo yum -y remove php*

sudo amazon-linux-extras | grep php

sudo amazon-linux-extras disable php7.2

sudo amazon-linux-extras disable lamp-mariadb10.2-php7.2

sudo amazon-linux-extras install -y php8.0

[Courtesy: I got these commands from https://greggborodaty.com/amazon-linux-2-upgrading-from-php-7-2-to-php-7-4/]

profile pictureAWS
专家
已回答 2 年前
  • @rePost-User-9011840 - If this solved your issue, can you please accept my answer? Thanks

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则