Skip to content

Instantly share code, notes, and snippets.

@tranch
Last active August 29, 2015 14:00
Show Gist options
  • Save tranch/7daccc6f4840b8f11430 to your computer and use it in GitHub Desktop.
Save tranch/7daccc6f4840b8f11430 to your computer and use it in GitHub Desktop.
Install php5.5 using Remi Repository on CentOS 6.2
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm
yum --enablerepo=remi,remi-php55 install php-mysql php-pgsql php-pecl-mongo php-sqlite php-pecl-apc php-gd php-mbstring php-mcrypt php-xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment