php7安装配置参数列表

作者:小白鱼鱼来源:原创发布:2016-02-25阅读:2825
如需转载此文,请注明原文转载地址,以尊重原创人员!
标签:php,php7,安装编译
关闭 设置

./configure \

--prefix=/usr/local/php7 \

--with-mysqli=/usr/local/mysql/bin/mysql_config \

--enable-fpm \

--with-bz2 \

--with-jpeg-dir \

--with-png-dir \

--with-freetype-dir \

--with-iconv \

--with-libxml-dir \

--with-xmlrpc \

--with-zlib-dir \

--with-gd \

--enable-gd-native-ttf \

--with-curl \

--with-xsl \

--with-gettext \

--with-pear \

--enable-calendar \

--enable-mbstring \

--enable-bcmath \

--enable-sockets \

--enable-exif \

--disable-rpath \

--disable-debug \

--with-mcrypt \

--with-mhash \

--with-gmp \

--enable-inline-optimization \

--with-openssl \

--disable-dmalloc \

--enable-sigchild \

--enable-sysvsem \

--enable-sysvshm \

--enable-mbregex \

--enable-wddx \

--enable-shmop \

--enable-soap \

--enable-opcache=no

粤ICP备15070997号-1