首页 > Web开发 > 详细

源码编译php5.4 ./configure参数

时间:2016-01-26 23:14:28      阅读:226      评论:0      收藏:0      [点我收藏+]

./configure \
--prefix=/usr/local/php/5.4 \
--with-config-file-path=/usr/local/php/5.4/etc \
--with-config-file-scan-dir=/usr/local/php/5.4/etc/conf.d \
--disable-debug \
--enable-fpm \
--with-fpm-user=www \
--with-fpm-group=www \
--with-curl \
--with-pear \
--with-gd \
--with-jpeg-dir \
--with-png-dir \
--with-zlib \
--with-xpm-dir \
--with-freetype-dir \
--with-mcrypt \
--with-mhash \
--with-mysql \
--with-mysqli \
--with-pdo-mysql \
--with-openssl \
--with-xmlrpc \
--with-xsl \
--with-bz2 \
--with-gettext \
--with-zlib-dir \
--with-curlwrappers \
--enable-mbstring \
--enable-mbregex \
--enable-wddx \
--enable-xml \
--enable-pcntl \
--enable-inline-optimization \
--enable-pdo \
--enable-gd-native-ttf \
--enable-exif \
--enable-zip \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-soap \
--enable-sockets \
--enable-shmop \
--enable-dba \
--enable-sysvsem \
--enable-sysvshm \
--enable-sysvmsg

源码编译php5.4 ./configure参数

原文:http://www.cnblogs.com/freespider/p/5161710.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!