Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created May 27, 2014 12:12
Show Gist options
  • Save willgarcia/5861f559fdeba77422fa to your computer and use it in GitHub Desktop.
Save willgarcia/5861f559fdeba77422fa to your computer and use it in GitHub Desktop.
upgrade php56 centos
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