php 安裝yar擴充套件

奮程式序猿發表於2016-12-26

git:https://github.com/laruence/yar

先克隆 如果沒有 git 需要先安裝

yum install git

然後 克隆

git clone https://github.com/laruence/yar.git

然後 進入yar 目錄

cd yar

開始編譯安裝

phpize
 ./configure --with-php-config=/usr/bin/php-config
make && make install

然後把擴充套件新增到 php配置檔案中

cd /etc/php.d
vim yar.ini

寫入:

extension=yar.so

儲存退出。

重啟php nginx

 

相關文章