martes, 13 de octubre de 2015

Instalación de PHP 5.4.45 en Centos 7


1.-  Agregar repositorios EPEL y  Webtatic:


# rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
# rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm

2.- Instalar PHP 54w:

# yum install php54w

3.- Instalar "yum replace plugin" y ejecutar el upgrade correspondiente :

# yum install yum-plugin-replace
# yum replace php-common --replace-with=php54w-common

4.- Instalar módulos "opcode cache":

# yum install php54w-pecl-apc
# yum install php54w-pecl-zendopcache



Fuente: Webtatic

No hay comentarios: