php7.2编译参数

Posted 山城炮灰

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php7.2编译参数相关的知识,希望对你有一定的参考价值。

7.2 

 

./configure
--prefix=/usr/local/php72 -with-config-file-path=/usr/local/php72/etc
--with-mysql=mysqlnd
--with-pdo-mysql=mysqlnd
--with-gd
--with-iconv
--with-zlib
--enable-zip
--enable-inline-optimization
--disable-debug
--disable-rpath
--enable-shared
--enable-xml
--enable-bcmath
--enable-shmop
--enable-sysvsem
--enable-mbregex
--enable-mbstring
--enable-ftp
--enable-gd-native-ttf
--enable-pcntl
--enable-sockets
--with-xmlrpc
--enable-soap
--without-pear
--with-gettext
--enable-session
--with-curl
--with-jpeg-dir
--with-freetype-dir
--enable-fpm
--with-fpm-user=ne
--with-fpm-group=admin
--without-gdbm
--enable-fileinfo
--with-mcrypt
--with-openssl
--with-mhash
--with-openssl-dir=/usr/local/Cellar/openssl/1.0.2q







































以上是关于php7.2编译参数的主要内容,如果未能解决你的问题,请参考以下文章

Centos7 编译安装PHP7.2

CentOS7源码编译安装PHP7.2

CentOS7源码编译安装PHP7.2

ubuntu16.04编译安装php7.2

Centos 6.9 编译安装 apache 2.4+php7.2.3 + Fast-cgi

Centos 6.9 编译安装 apache 2.4+php7.2.3 + Fast-cgi