eForum.ro

Programare & stuff => Linux => Subiect creat de: Admin din Mai 27, 2019, 12:08:40 p.m.

Titlu: Instalare php 7 in centos 7
Scris de: Admin din Mai 27, 2019, 12:08:40 p.m.
To do:

yum install epel-release yum-utils -y
yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum-config-manager --enable remi-php72
yum install php php-common php-opcache php-mcrypt php-cli php-gd php-curl php-mysql -y