./configure –prefix=/usr/local/php7 \
–with-config-file-path=/usr/local/php7/etc \
–with-mysqli \
–enable-fpm \
–with-fpm-user=www-data \
–with-fpm-group=www-data \
–with-pdo-mysql=mysqlnd \
–with-iconv-dir \
–with-freetype-dir \
–with-jpeg-dir \
–with-png-dir \
–with-zlib \
–with-libxml-dir \
–enable-xml \
–enable-bcmath \
–enable-shmop \
–enable-sysvsem \
–enable-inline-optimization \
–with-curl \
–enable-mbregex \
–enable-mbstring \
–enable-intl \
–with-mcrypt \
–enable-ftp \
–with-gd \
–enable-gd-native-ttf \
–with-openssl \
–with-mhash \
–enable-pcntl \
–enable-sockets \
–with-xmlrpc \
–enable-zip \
–enable-soap \
–with-gettext \
–enable-opcache \
–with-xsl
原文:http://www.cnblogs.com/starzhan/p/7779073.html