Home  >  Article  >  Backend Development  >  php安装最新扩张runkit

php安装最新扩张runkit

WBOY
WBOYOriginal
2016-06-13 12:18:08965browse

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

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

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

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

git clone https://github.com/php/pecl-php-runkit.gitcd pecl-php-runkitphpzie./configure   make    make install  //即可
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn