Created
May 26, 2016 10:18
-
-
Save eniuz/d8c43cb69bc28b76243fce70dc5fc0e2 to your computer and use it in GitHub Desktop.
Install php5u on Centos 6
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
wget https://centos6.iuscommunity.org/ius-release.rpm; rpm -Uvh ius-release.rpm \ | |
rpm -ivh http://dl.iuscommunity.org/pub/ius/stable/Redhat/6/x86_64/ius-release-1.0-13.ius.el6.noarch.rpm \ | |
yum install t1lib libtool-ltdl libc-client automake autoconf file libtidy \ | |
yum --disablerepo=* --enablerepo=ius-archive install php53u-mcrypt.x86_64 php53u-xml.x86_64 php53u-soap.x86_64 php53u-mbstring.x86_64 php53u-gd.x86_64 php53u-imap.x86_64 php53u-bcmath.x86_64 php53u.x86_64 php53u-xcache.x86_64 php53u-ioncube-loader.x86_64 php53u-devel.x86_64 php53u-cli.x86_64 php53u-mysql.x86_64 php53u-tidy.x86_64 php53u-common.x86_64 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment