PHP编译参数
Posted qiujiajia
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP编译参数相关的知识,希望对你有一定的参考价值。
php版本5.5.35
./configure
--prefix=/application/php-5.5.35
--with-pdo-mysql=mysqlnd
--with-mysqli=mysqlnd
--with-mysql=mysqlnd
--with-iconv-dir=/usr/local/libiconv
--with-freetype-dir
--with-jpeg-dir
--with-png-dir
--with-zlib
--with-libxml-dir=/usr
--enable-xml
--disable-rpath
--enable-bcmath
--enable-shmop
--enable-sysvsem
--enable-inline-optimization
--with-curl
--enable-mbregex
--enable-fpm
--enable-mbstring
--with-mcrypt
--with-gd
--enable-gd-native-ttf
--with-openssl
--with-mhash
--enable-pcntl
--enable-sockets
--with-xmlrpc
--enable-soap
--enable-short-tags
--enable-static
--with-xsl
--with-fpm-user=nginx
--with-fpm-group=nginx
--enable-ftp
--enable-opcache=no
--with-gettext
make
make intall
cd ..
以上是关于PHP编译参数的主要内容,如果未能解决你的问题,请参考以下文章