码迷,mamicode.com
首页 > Web开发 > 详细

centos通过yum安装php

时间:2020-01-26 23:54:22      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:版本   ldap   bst   执行   php   添加php   查看   仓库   reg   

1、添加php的yum软件仓库

sudo rpm -Uvh https://mirror.webtatic.com/yum/el6/latest.rpm

2、安装php相关软件,执行过程中全部选择yes即可

sudo yum install php71w.x86_64 php71w-cli.x86_64 php71w-common.x86_64 php71w-gd.x86_64 php71w-ldap.x86_64 php71w-mbstring.x86_64 php71w-mcrypt.x86_64 php71w-mysql.x86_64 php71w-pdo.x86_64

3、安装php71-fpm

sudo yum install php71w-fpm.x86_64
等待安装完成输入php -version查看php版本

centos通过yum安装php

标签:版本   ldap   bst   执行   php   添加php   查看   仓库   reg   

原文地址:https://www.cnblogs.com/ydwzhang/p/12235053.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!