php編譯引數

suliver發表於2021-09-09

nginx和mysql資料庫不在一臺伺服器上面

./configure 
--prefix=/application/php-5.5.32 
--with-iconv-dir=/usr/local/libiconv 
--with-mysql=mysqlnd 
--with-pdo-mysql=mysqlnd 
--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-zip 
--enable-soap 
--enable-short-tags 
--enable-static 
--with-xsl 
--with-fpm-user=nginx 
--with-fpm-group=nginx 
--enable-opcache=no  
--enable-ftp


如果nginx和mysql資料庫在一臺伺服器上面

./configure 
--prefix=/application/php-5.5.32 
--with-mysql=/application/mysql/ 
--with-iconv-dir=/usr/local/libiconv 
--with-pdo-mysql=mysqlnd 
--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-zip 
--enable-soap 
--enable-short-tags 
--enable-static 
--with-xsl 
--with-fpm-user=nginx 
--with-fpm-group=nginx 
--enable-opcache=no 
--enable-ftp


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2370/viewspace-2801724/,如需轉載,請註明出處,否則將追究法律責任。

相關文章