./configure -h
在原始碼目錄中,該命令可以檢視所有編譯引數以及對應的英文解釋
編譯引數-說明
--prefix=/opt/php //指定 php 安裝目錄
--with-apxs2=/usr/local/apache/bin/apxs //整合Apache
--with-config-file-path=/opt/php/etc //指定php.ini位置
--with-config-file-scan-dir=/opt/php/etc/php.d //指定額外拓展設定歸放處資料夾
--enable-safe-mode //開啟安全模式
--enable-ftp //開啟ftp的支援
--enable-zip //開啟對zip的支援
--with-bz2 //開啟對bz2檔案的支援
--with-jpeg-dir //開啟對jpeg圖片的支援
--with-png-dir //開啟對png圖片的支援
--with-freetype-dir //開啟對freetype字型庫的支援
--without-iconv //關閉iconv函數,各種字元集間的轉換
--with-libXML-dir //開啟libxml2庫的支援
--with-XMLrpc //開啟xml-rpc的c語言
--with-zlib-dir //開啟zlib庫的支援
--with-gd //開啟gd庫的支援
--enable-gd-native-ttf //支援TrueType字串函數庫
--with-curl //開啟curl瀏覽工具的支援
--with-curlwrappers //運用curl工具開啟url流
--with-ttf //開啟freetype1.*的支援,可以不加了
--with-xsl //開啟XSLT 檔案支援,擴充套件了libXML2庫 ,需要libxslt軟體
--with-gettext //開啟gnu 的gettext 支援,編碼庫用到
--with-pear //開啟pear命令的支援,PHP擴充套件用的
--enable-calendar //開啟日曆擴充套件功能
--enable-mbstring //多位元組,字串的支援
--enable-bcmath //精度計算,解決蛋疼的數位運算精度問題
--enable-sockets //開啟 sockets 支援
--enable-exif //圖片的後設資料支援
--enable-magic-quotes //魔術參照的支援
--disable-rpath //關閉額外的執行庫檔案
--disable-debug //關閉偵錯模式
--with-ldap-dir //輕量目錄存取協定
以上就是PHP編譯引數configure設定詳解的詳細內容,更多請關注TW511.COM其它相關文章!