Last active
August 29, 2015 14:00
-
-
Save tranch/7daccc6f4840b8f11430 to your computer and use it in GitHub Desktop.
Install php5.5 using Remi Repository on CentOS 6.2
This file contains 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
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