linux下php7的安装教程

本文操作环境:linux5.9.8系统、PHP7.1版,DELL G3电脑

linux php7安装教程

1、首先下载php7对应版本,解压到指定目录

2、安装gcc

yum install gcc

3、安装libxml2

yum install -y libxml2-devel

4、执行./configure   (也可以用–prefix=/usr/local/php) 指定安装目录!

5、然后执行 make

6、make install

7、安装完成之后,你可以执行./configure –enable-fpm  –with-curl  …

加载更多的扩展模块!

原创文章,作者:UQHCB,如若转载,请注明出处:http://www.wangzhanshi.com/n/9835.html

(0)
UQHCB的头像UQHCB
上一篇 2025年1月1日 16:51:50
下一篇 2025年1月1日 16:51:52

相关推荐

发表回复

登录后才能评论