centos7 搭建 php7 + nginx (2)
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=http://www.mamicode.com/usr/local/php7 --with-config-file-path=http://www.mamicode.com/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 installcentos7 搭建 php7 + nginx (2)
标签:
原文地址:https://www.cnblogs.com/qq917937712/p/11792024.html
温馨提示: 本文由杰米博客推荐,转载请保留链接: https://www.jmwww.net/file/web/10015.html
- 上一篇:浏览器对象
- 下一篇:require的机制