Cloud9 || PHP version

0

Hello there,

How can I update PHP to 7.4 version or upper?

gefragt vor 2 Jahren460 Aufrufe
1 Antwort
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
EXPERTE
beantwortet vor 2 Jahren
  • @rePost-User-9011840 - If this solved your issue, can you please accept my answer? Thanks

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen