PHP71yum安装


rpm -Uvh https://mirror.webtatic.com/yum/el7/epel-release.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
rpm -Uvh https://mirrors.aliyun.com/remi/enterprise/remi-release-7.rpm
yum clean all && yum makecache
yum install php71 -y
yum install php71-php-fpm -y
yum install -y php71-php-devel
yum install -y php71-php-gd php71-php-intl php71-php-mbstring php71-php-mysqlnd php71-php-mcrypt php71-php-pdo php71-php-pecl-mysql php71-php-pecl-redis php71-php-xmlrpc --skip-broken
yum install -y php71-php-pecl-amqp php71-php-bcmath php71-php-pecl-memcache php71-php-pecl-zip php71-php-opcache
echo "export PATH=$PATH:$HOME/bin:/opt/remi/php71/root/usr/sbin" >>/etc/profile
source /etc/profile

 

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/270722.html

(0)
上一篇 2022年6月29日
下一篇 2022年6月29日

相关推荐

发表回复

登录后才能评论