How to Upgrade 5.4.2 to 5.6.10 php - Centos 6
How to Upgrade 5.4.2 to 5.6.10 php - Centos 6
Hi all,
Vesta CP have php 5.4.x and if u upgrade need that:
after ssh put
Vesta CP have php 5.4.x and if u upgrade need that:
Code: Select all
yum groupinstall "Development Tools"
wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
rpm -ivh epel-release-6-8.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
rpm -Uvh remi-release-6*.rpm
yum --enablerepo=remi upgrade php-mysql php-devel php-gd php-pecl-memcache php-pspell php-snmp php-xmlrpc php-xml
Code: Select all
php -v
Re: How to Upgrade 5.4.2 to 5.6.10 php - Centos 6
how do i apply this for centos 7?
Thanks!
Thanks!
-
- Collaborator
- Posts: 783
- Joined: Mon May 11, 2015 8:43 am
- Contact:
- Os: CentOS 6x
- Web: apache + nginx
Re: How to Upgrade 5.4.2 to 5.6.10 php - Centos 6
https://webtatic.com/packages/php56/pandabb wrote:how do i apply this for centos 7?
Thanks!