具體參數含義能夠用./configure --help來查看。php
列表以下(部分參數未獲得解釋):mysql
# 指定 php 安裝目錄算法
--prefix=/usr/local/php sql
# 指定php.ini位置數據庫
--with-config-file-path=/usr/local/php/etc apache
# MySQL安裝目錄,對mysql的支持api
--with-mysql=/usr/local/mysql微信
mysqli擴展技術不只能夠調用MySQL的存儲過程、處理MySQL事務,並且還能夠使訪問數據庫工做變得更加穩定。app
--with-mysqli=/usr/local/mysql/bin/mysql_config curl
整合 apache,apxs功能是使用mod_so中的LoadModule指令,加載指定模塊到 apache,要求 apache 要打開SO模塊
--with-apxs2=/usr/local/apache/bin/apxs
# 選項指令 --with-iconv-dir 用於 PHP 編譯時指定 iconv 在系統裏的路徑,不然會掃描默認路徑。
--with-iconv-dir=/usr/local
--with-freetype-dir 打開對freetype字體庫的支持
--with-jpeg-dir 打開對jpeg圖片的支持
--with-png-dir 打開對png圖片的支持
--with-zlib-dir 打開zlib庫的支持,用於http壓縮傳輸
--with-libxml-dir 打開libxml2庫的支持
--disable-rpath 關閉額外的運行庫文件
--enable-bcmath 打開圖片大小調整,用到zabbix監控的時候用到了這個模塊
--enable-shmop --enable-sysvsem 這樣就使得你的PHP系統能夠處理相關的IPC函數了。
--enable-inline-optimization 優化線程
--with-curl 打開curl瀏覽工具的支持
--with-curlwrappers 運用curl工具打開url流
--enable-mbregex
--enable-fpm 打上PHP-fpm 補丁後纔有這個參數,CGI方式安裝的啓動程序
--enable-mbstring 多字節,字符串的支持
--with-mcrypt mcrypt算法擴展
--with-mhash mhash算法擴展
--with-gd 打開gd庫的支持
--enable-gd-native-ttf 支持TrueType字符串函數庫
--with-openssl openssl的支持,加密傳輸https時用到的
--enable-pcntl freeTDS須要用到的,多是連接mssql 纔用到
--enable-sockets 打開 sockets 支持
--with-xmlrpc 打開xml-rpc的c語言
--enable-zip 打開對zip的支持
--enable-ftp 打開ftp的支持
--with-bz2 打開對bz2文件的支持
--without-iconv 關閉iconv函數,字符集間的轉換
--with-ttf 打開freetype1.*的支持,能夠不加了
--with-xsl 打開XSLT 文件支持,擴展了libXML2庫 ,須要libxslt軟件
--with-gettext 打開gnu 的gettext 支持,編碼庫用到
--with-pear 打開pear命令的支持,PHP擴展用的
--enable-calendar 打開日曆擴展功能
--enable-exif 圖片的元數據支持
--enable-magic-quotes 魔術引用的支持
--disable-debug 關閉調試模式
--with-mime-magic=/usr/share/file/magic.mime 魔術頭文件位置
CGI方式安裝才用的參數
--enable-fastCGI 支持fastcgi方式啓動PHP
--enable-force-CGI-redirect 重定向方式啓動PHP
--with-ncurses 支持ncurses 屏幕繪製以及基於文本終端的圖形互動功能的動態庫
--with-gmp 應該是支持一種規範
--enable-dbase 創建DBA 做爲共享模塊
--with-pcre-dir=/usr/local/bin/pcre-config perl的正則庫案安裝位置
--disable-dmalloc
--with-gdbm dba的gdbm支持
--enable-sigchild
--enable-sysvshm
--enable-zend-multibyte 支持zend的多字節
--enable-wddx
--enable-soap
原文出處http://blog.csdn.net/niluchen/article/details/41513217