PHP 编译

  1. Download
  2. 编译参数
    ./configure \
    --prefix=/usr/local/Cellar/php-5.6.8 \
    --with-apxs2=/usr/local/Cellar/apache2/bin/apxs \
    --with-bz2 \
    --enable-zip \
    --enable-calendar \
    --with-mysql \
    --with-pdo-mysql \--with-iconv \
    --enable-mbstring \
    --with-curl \
    --with-snmp \
    --with-tidy \
    --enable-exif \
    --with-gd \
    --with-jpeg-dir \
    --with-png-dir \
    --with-zlib-dir \
    --with-xpm-dir \--with-freetype-dir \
    --enable-gd-native-ttf \--with-xmlrpc \
    --enable-soap \
    --enable-sockets \
    --with-mcrypt \
    --with-mhash \
    --enable-shmop \
    -enable-dba \
    --with-gdbm \
    --with-db4 \
    --with-imap \
    --with-imap-ssl \
    --with-kerberos \
    --with-mcrypt \
    --with-mhash \
    --enable-pcntl \

    PS:详细参数查看

    ./configure --help

     

posted @ 2015-04-20 22:33  naray  阅读(178)  评论(0编辑  收藏  举报