PHP7.3 på RHEL8: Difference between revisions

From Linuxwiki
Jump to navigation Jump to search
Linuxwiki>Wikiadmin
Skapade sidan med '== Installera PHP7.3 på RHEL 8 == Normalt är PHP7.2 standard i RHEL 8. För att istället få PHP7.3 kan följande köras: '''dnf module disable php''' '''dnf module enable php:7.3''' '''dnf update php''' Om PHP7.2 inte är installerat räcker det med att köra: '''dnf module enable php:7.3''' '''yum install php''' Kategori:programmering Kategori:operativsystem'
 
m 1 revision imported
 
(No difference)

Latest revision as of 17:04, 11 May 2026

Installera PHP7.3 på RHEL 8

Normalt är PHP7.2 standard i RHEL 8. För att istället få PHP7.3 kan följande köras:

dnf module disable php
dnf module enable php:7.3
dnf update php

Om PHP7.2 inte är installerat räcker det med att köra:

dnf module enable php:7.3
yum install php

Kategori:programmering Kategori:operativsystem