運作環境
- ubuntu 14.04
- php 5.6
源碼位址
- https://github.com/del-xiong/screw-plus
- http://git.oschina.net/splot/php-screw-plus
操作步驟
詳情請見:https://gitee.com/splot/php-screw-plus
以下僅對過程中出現的問題進行說明:
1、找不到 phpize 指令?
sudo apt-get install php5-dev
利用上述指令即安裝了 phpize ,然後在對應的
php-screw-plus
下執行 phpize 即可。
2、php-config 路徑找不到?
whereis php-config
利用上述指令搜尋即可找到位置,進而執行 ./configure --with-php-config=[php-config] 即可