php安装最新扩展runkit
程序员文章站
2022-03-30 20:05:23
...
不知道为什么php官方指示runkit github下载后一直安装不上
后来在github上又找了一个:
https://github.com/php/pecl-php-runkit 好像最新的
注意不能在 releases 中下载,否则不是最新的
需要git下载最新的: (否则不行)
后来在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 //即可
上一篇: php利用COPY函数实现更新配置文件