当前位置:Gxlcms > PHP教程 > php安装最新扩展runkit

php安装最新扩展runkit

时间:2021-07-01 10:21:17 帮助过:3人阅读

不知道为什么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  //即可

人气教程排行