Autor Subiect: Instalare php 7 in centos 7  (Citit de 18554 ori)

Admin

  • Administrator
  • guru
  • *****
  • Mesaje postate: 58
  • Karma: +0/-0
Instalare php 7 in centos 7
« : 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