Linux下php的Phalcon擴展安裝

官網地址http://www.myleftstudio.com/reference/install.html#linux-solaris

 

步奏

 

git clone --depth=1 git://github.com/dreamsxin/cphalcon7.git
cd cphalcon7/ext
phpize
./configure --with-php-config=/usr/local/php/bin/php-config
make && sudo make install

根據提示 然後執行make  test  根據提示去掉對應禁止項。

最後

php --ri phalcon7
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章