Created
May 27, 2014 12:12
-
-
Save willgarcia/5861f559fdeba77422fa to your computer and use it in GitHub Desktop.
upgrade php56 centos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd /tmp | |
wget http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm | |
wget http://rpms.famillecollet.com/enterprise/remi-release-6.rpm | |
rpm -Uvh remi-release-6*.rpm epel-release-6*.rpm | |
yum -y --enablerepo=remi-php56 --enablerepo=remi update php libicu-last php-intl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment