php安装最新扩展runkit
不知道为什么php官方指示runkitgithub下载后一直安装不上
后来在github上又找了一个:
https://github.com/php/pecl-php-runkit好像最新的
注意不能在releases中下载,否则不是最新的
需要git下载最新的:(否则不行)
git clone https://github.com/php/pecl-php-runkit.git cd pecl-php-runkit phpzie ./configure make make install //即可