curl -O http://vestacp.com/pub/vst-install.sh
Additional Repository 选 remi
---php7
php -
v
wget https:
//dl
.fedoraproject.org
/pub/epel/epel-release-latest-7
.noarch.rpm
wget http:
//rpms
.remirepo.net
/enterprise/remi-release-7
.rpm
rpm -Uvh remi-release-7.rpm epel-release-latest-7.noarch.rpm
如果提示有一个RPM已经安装, 需要 yum remove epel-release-7-5.noarch*
yum --enablerepo=remi update remi-release
service httpd stop
yum -y remove php
yum --enablerepo=remi-php70
install
php70-php php70-php-pear php70-php-bcmath php70-php-pecl-jsond-devel php70-php-mysqlnd php70-php-gd php70-php-common php70-php-fpm php70-php-intl php70-php-cli php70-php php70-php-xml php70-php-opcache php70-php-pecl-apcu php70-php-pecl-jsond php70-php-pdo php70-php-gmp php70-php-process php70-php-pecl-imagick php70-php-devel php70-php-mbstring
service php-fpm stop
service php70-php-fpm start
rm
/usr/bin/php
ln
-s
/usr/bin/php70
/usr/bin/php
service httpd restart
php -
v
-php 5.6 (建议)
service httpd stop
yum -y remove php
#For 32 Bit OS
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
#For 64Bit OS
wget http:
//dl
.fedoraproject.org
/pub/epel/6/x86_64/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
vi /etc/yum.repos.d/remi.repo
remi => 1
php56 => 1
yum -y
install
php php-bcmath php-cli php-common php-gd php-imap php-mbstring php-mcrypt php-mysql php-pdo php-soap php-tidy php-xml php-xmlrpc php-pecl-apc phpMyAdmin roundcubemail php-opcache php-xdebug
service httpd start
文章评论