ISPManager 5 - CentOS 7 - обновление php c 5.4 до 5.5 через remi

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


ISPManager 5 - CentOS 7 - 64bit - обновление php c 5.4 до 5.5 через remi

# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)


Подключаем remi для CentOS 7:

# rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm
# vi /etc/yum.repos.d/remi.repo
[remi-php55]
enabled=1
# yum makecache


Заменяем php 5.4 на php 5.5:

# yum info --disablerepo=* --enablerepo=remi-php55 php | grep Version
Version     : 5.5.32
# yum install php php-gd php-mysql php-mcrypt php-ioncube-loader
# systemctl restart httpd


# php -v
PHP 5.5.32 (cli) (built: Feb  2 2016 16:12:32)
Copyright (c) 1997-2015 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2015 Zend Technologies
   with the ionCube PHP Loader (enabled) + Intrusion Protection from ioncube24.com (unconfigured) v5.1.1, Copyright (c) 2002-2016, by  ionCube Ltd.


Обновляем кэш ISPManager 5:

# pgrep core
5654
8061
# pkill core