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

猜你喜欢

转载自www.cnblogs.com/nullecho/p/10192475.html
今日推荐