centos5 install/update to php 5.3.x

Установка/Обновление пхп 5.3.х на Centos5.

Проще не бывает!
Скачиваем:

wget http://download.fedora.redhat.com/pub/epel/5/i386/epel-release-5-3.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm

Если версия пхп изменится, то просто сделать:

поиск по "epel-release" на:
http://download.fedora.redhat.com/pub/epel/5/i386
и поиск по "remi-release" на:
http://rpms.famillecollet.com/enterprise/


устанавливаем репозиторий remi:

rpm -i epel-release-5-3.noarch.rpm remi-release-5.rpm

Ну и сам пхп:

yum --enablerepo=remi install php
или обновить:
yum --enablerepo=remi update php

Также можно доставить дополнительные модули следующим образом:

yum --enablerepo=remi install php-mysql php-gd php-freetype php-imap

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>