php-7.1.11编译选项配置

./configure 
--prefix=/usr/local/php-7.1.11 
--with-config-file-path=/usr/local/php7.1.11/etc 
--enable-fpm 
--enable-exif 
--enable-sockets 
--enable-bcmath 
--enable-mbstring 
--enable-pcntl 
--enable-calendar 
--enable-opcache 
--enable-zip 
--with-fpm-user=wwwpub 
--with-fpm-group=wwwpub 
--with-mysqli=/usr/bin/mysql_config 
--with-zlib 
--with-gd 
--with-png-dir 
--with-jpeg-dir 
--with-gettext 
--with-freetype-dir 
--with-mcrypt 
--with-openssl 
--with-curl 
--with-pdo-mysql 
--enable-mysqlnd 
原文地址:https://www.cnblogs.com/xkus/p/7767289.html