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