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

centos7 搭建 php7 + nginx (2)

时间:2019-11-04 15:18:36      阅读:84      评论:0      收藏:0      [点我收藏+]

标签:--   free   openssl   bcmath   nginx   download   config   pcre   socket   

  • 安装php

php下载地址

# 避免出错,先安装下面
yum install libxml2-devel openssl openssl-devel

# 下载
wget https://www.php.net/distributions/php-7.3.11.tar.gz

# 解压
tar -zxvf  php-7.3.11.tar.gz

cd /data/source/php-7.3.11

# 编译
./configure  --prefix=/usr/local/php7 --with-config-file-path=/usr/local/php7/conf --enable-fpm --with-fpm-user=www --with-fpm-group=www --disable-rpath --enable-soap --with-libxml-dir --with-xmlrpc --with-openssl --with-mhash --with-pcre-regex --with-zlib --enable-bcmath --with-bz2 --enable-calendar --with-curl --enable-exif --with-pcre-dir --enable-ftp --with-gd --with-openssl-dir --with-jpeg-dir --with-png-dir --with-zlib-dir --with-freetype-dir --enable-gd-jis-conv --with-gettext --with-gmp --with-mhash --enable-mbstring --with-onig --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --with-zlib-dir --with-readline --enable-shmop --enable-sockets --enable-sysvmsg --enable-sysvsem  --enable-sysvshm  --with-libxml-dir --with-xsl --enable-zip --with-pear --enable-wddx

# 安装
make && make install

centos7 搭建 php7 + nginx (2)

标签:--   free   openssl   bcmath   nginx   download   config   pcre   socket   

原文地址:https://www.cnblogs.com/qq917937712/p/11792024.html

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