摘要:請確保在中保持正確的順序必須在之前加載。國際化支持寬字符支持語言翻譯庫支持支持如果位操作系統,指定為為默認庫路徑
編譯前執行下列命令
sh#添加組 groupadd www #添加php-fpm用戶 useradd -c php-fpm-user -g www -M php-fpm # c和c++編譯器 yum install -y gcc gcc-c++ # PHP擴展依賴 yum install -y libxml2-devel openssl-devel libcurl-devel libjpeg-devel libpng-devel libicu-devel openldap-devel編譯指令
prefix自行修改
sh./configure --prefix=/data/soft/php --with-libdir=lib64 --enable-fpm --with-fpm-user=php-fpm --with-fpm-group=www --enable-mysqlnd --with-mysql=mysqlnd --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd --enable-opcache --enable-pcntl --enable-mbstring --enable-soap --enable-zip --enable-calendar --enable-bcmath --enable-exif --enable-ftp --enable-intl --with-openssl --with-zlib --with-curl --with-gd --with-zlib-dir=/usr/lib --with-png-dir=/usr/lib --with-jpeg-dir=/usr/lib --with-gettext --with-mhash --with-ldap編譯完一些后續工作
# 設置php-fpm開機自動啟動 chmod +x /etc/init.d/php-fpm chkconfig php-fpm on cp /data/soft/php/etc/php-fpm.conf.default /data/soft/php/etc/php-fpm.conf service php-fpm start編譯選項說明
enable-pcntl 進程控制,默認關閉,編譯開啟
enable-opcache
PHP編譯字節碼緩存,如果需要將 Xdebug 擴展和 OPcache 一起使用,必須在 Xdebug 擴展之前加載 OPcache 擴展
使用以下配置可使PHP活得較好性能,
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
enable-soap 簡單對象訪問協議,使用xml傳輸數據,目前已經不常用
enable-zip zip文件處理
enable-calendar 日歷處理
enable-bcmath 任意精度數學擴展
enable-exif
exif(可交換圖像文件格式),專門為數碼相機和照片設定,記錄數碼照片的屬性信息和拍攝數據
Windows 用戶必須在 php.ini 中啟用 php_mbstring.dll 和 php_exif.dll 擴展。 請確保在 php.ini 中保持正確的順序: php_mbstring.dll 必須在 php_exif.dll 之前 加載。
enable-intl 國際化支持
enable-mbstring 寬字符支持
with-gettext 語言翻譯
with-mhash hash庫支持
with-ldap ldap支持
with-libdir=lib64 如果64位操作系統,指定為/usr/lib64為默認庫路徑
文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。
轉載請注明本文地址:http://specialneedsforspecialkids.com/yun/20920.html
摘要:環境下安裝下載安裝包解壓到盤任意位置以管理員身份運行,否則安裝失敗執行命令沒有報錯說明我們已經安裝成功下載我的是的版本所以下載位版本將擴展放入擴展文件夾中在中添加然后重啟注意文件夾中的是用于瀏覽器訪問文件夾中的是適用于命令行運行腳本測試代碼 windows 64bit 環境下安裝 下載 memcache 安裝包 :http://pan.baidu.com/s/1pLcjTzl 解壓到...
摘要:環境下安裝下載安裝包解壓到盤任意位置以管理員身份運行,否則安裝失敗執行命令沒有報錯說明我們已經安裝成功下載我的是的版本所以下載位版本將擴展放入擴展文件夾中在中添加然后重啟注意文件夾中的是用于瀏覽器訪問文件夾中的是適用于命令行運行腳本測試代碼 windows 64bit 環境下安裝 下載 memcache 安裝包 :http://pan.baidu.com/s/1pLcjTzl 解壓到...
閱讀 1136·2019-08-30 12:44
閱讀 642·2019-08-29 13:03
閱讀 2551·2019-08-28 18:15
閱讀 2419·2019-08-26 10:41
閱讀 3082·2019-08-26 10:28
閱讀 3029·2019-08-23 16:54
閱讀 1983·2019-08-23 15:16
閱讀 802·2019-08-23 14:55