输入banner图图片脚本导航/分类

php安装最新扩展runkit

不知道为什么php官方指示runkit github下载后一直安装不上

后来在github上又找了一个:
https://github.com/php/pecl-php-runkit 好像最新的

注意不能在 releases 中下载,否则不是最新的

需要git下载最新的: (否则不行)

Java代码

git clone https://github.com/php/pecl-php-runkit.git  
  
cd pecl-php-runkit  
  
phpzie  
  
./configure   
    
make    
    
make install  //即可