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

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南