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

php安装最新扩张runkit

WBOY
Release: 2016-06-13 12:18:08
Original
1041 people have browsed it

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  //即可
Copy after login
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template