PHP - обновление php 5.1 до php 5.2 (CentOS 5)
Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2024
PHP - обновление php 5.1 до php 5.2 (CentOS 5)
Обновление php 5.1 до php 5.2 через репозиторий CentALT
Инструкция тестировалась на CentOS 5.7 x86_x64 (после установки ISPManager).
Подключаем CentALT:
[root@anton ~]# rpm -ihv http://centos.alt.ru/repository/centos/5/x86_64/centalt-release-5-3.noarch.rpm [root@anton ~]# yum makecache
Обновляем php до 5.2.17 (http://centos.alt.ru/):
[root@anton etc]# yum install libevent.x86_64 [root@anton etc]# yum --disablerepo=* --enablerepo=CentALT update php* [root@anton etc]# rpm -qa | grep php phpmyadmin-2.11.11.3-2.el5.rf php-pdo-5.2.17-13.el5 php-5.2.17-13.el5 php-mysql-5.2.17-13.el5 php-common-5.2.17-13.el5 php-cli-5.2.17-13.el5 php-mbstring-5.2.17-13.el5 php-mcrypt-5.2.17-13.el5
Устанавливаем IonCube Loader через этот же репозиторий:
[root@anton etc]# yum --disablerepo=* --enablerepo=CentALT install php-ioncube.x86_64
Устанавливаем Zend Optimizer 3.3.9 через этот же репозиторий:
[root@anton etc]# yum --disablerepo=* --enablerepo=CentALT install php-zend.x86_64
Перезапускаем apache:
[root@anton etc]# /etc/init.d/httpd restart