php編譯

./configure --prefix=/opt/php7 --with-config-file-path=/opt/php7/etc --with-mysqli=mysqlnd --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql --with-pdo-mysql=mysqlnd --enable-pdo --enable-mbstring --enable-inline-optimization --with-layout=GNU --enable-fpm --enable-pcntl --enable-sockets --with-openssl --enable-libxml --enable-xml --enable-simplexml --enable-xmlwriter --enable-xmlreader --with-xmlrpc --enable-json --enable-zip --with-zlib --with-curl --with-iconv --with-mcrypt --enable-mbregex --with-mhash --enable-hash --enable-bcmath --enable-soap --with-ldap-sasl --enable-posix --enable-ctype --enable-opcache --enable-dom --enable-sysvsem --enable-shmop --with-gd --enable-session --with-pcre-regex --enable-tokenizer --with-freetype-dir --enable-filter --enable-debug --enable-pharphp

 

./configure --prefix=/usr/local/services/php7 --with-config-file-path=/usr/local/services/php7/etc --with-mysqli=mysqlnd --enable-mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql --with-pdo-mysql=mysqlnd --enable-pdo --enable-mbstring --enable-inline-optimization --with-layout=GNU --enable-fpm --enable-pcntl --enable-sockets --with-openssl --enable-libxml --with-libxml-dir=/usr --enable-xml --enable-simplexml --enable-xmlwriter --enable-xmlreader --with-xmlrpc --enable-json --enable-zip --with-zlib --with-curl --with-iconv --with-iconv=/usr/iconv --with-iconv-dir=/usr --with-mcrypt --enable-mbregex --with-mhash --enable-hash --enable-bcmath --enable-soap --with-ldap-sasl --enable-posix --enable-ctype --enable-opcache --enable-dom --enable-sysvsem --enable-shmop --with-gd --enable-session --with-pcre-regex --enable-tokenizer --with-freetype-dir --enable-filterhtml

 

--disable-all 禁用全部啓用的模塊
--enable-debug 開發環境下
--disable-debug 非開發環境下mysql

 

--enable-phar
--without-pear
--disable-pharsql

 

 

參數說明:json

https://my.oschina.net/u/1438722/blog/335350session

https://www.cnblogs.com/shuaixf/archive/2011/12/04/2276055.htmlphp7

 

 

yum install -y epel-release
yum install -y libmcrypt-devel
CentOs6默認的yum源沒有 libmcrypt-devel這個包, 須要安裝epel-release.dom

相關文章
相關標籤/搜索