Instalação PHP

De Gigafull
Ir para navegação Ir para pesquisar

Homologado com
Centos 8

Adicionar repositório

dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm

Atualize a distribuição

dnf update

Instalação PHP

dnf module disable php
dnf module enable php:remi-8.0
dnf install php php-common php-pecl-apcu php-cli php-pear php-pdo php-mysqlnd php-pgsql php-gd php-mbstring php-xml

Verifica Versão da Instalação

php -v