關於編譯安裝php的選項可以為
1
.
/configure
--prefix=
/usr/local/php
--with-mysql=mysqlnd --with-pdo-mysql=mysqlnd --with-mysqli=mysqlnd --with-iconv --with-openssl --
enable
-mbstring --with-freetype-
dir
--with-jpeg-
dir
--with-png-
dir
--with-libxml-
dir
=
/usr/
--
enable
-xml --
enable
-sockets --
enable
-fpm --with-config-
file
-path=
/etc/
--with-config-
file
-scan-
dir
=
/etc/php
.d --with-bz2 --with-curl --with-mhash --with-mcrypt --
enable
-intl --with-gd --
enable
-gd-native-ttf --
enable
-shmop
需要安裝memcache需要編譯libmemcache
編譯安裝
1
2
3
4
5
wget
tar
xf libmemcached-1.0.18.
tar
.gz
cd
libmemcached-1.0.18.
tar
.gz
.
/configure
make
&&
make
install
擴充套件memcache模組
memcached的模組位址為
編譯安裝
進入解壓以後的目錄,是沒有configure檔案的,需要執行
/usr/local/php/bin/phpize
.
/configure
--with-php-config=
/usr/local/php/bin/php-config
make
&&
make
install
編輯php.ini檔案,在裡面新增以下行
1
extension=memcache.so
redis的模組新增與memcached的一樣
編譯完成後同樣需要新增extesion檔案
本文以及驗證通過,此處不在給出驗證結果
php安裝,PHP安裝
版本 7.2 系統centos7or8 cd 進入解壓後的資料夾 configure 命令檢測 prefix usr local php with config file path usr local php etc 引數指定安裝目錄和指定php.ini的載入路徑 enable fpm with f...
php安裝,安裝PHP環境
2.重新命名 php.ini development 為php.ini 並修改php配置檔案 php.ini 需要修改的如下 建議值 項 short open tag ondisplay errors on 開發階段建議 on 上線階段建議off。post max size 8m post資料最大值...
PHP 編譯安裝PHP
1.安裝php所有的依賴軟體包 root web01 yum install zlib devel libxml2 devel libjpeg devel freetype devel libpng devel gd devel libcurl devel libxslt devel openssl...