Home  >  Article  >  Backend Development  >  PHP installs the latest extension runkit

PHP installs the latest extension runkit

巴扎黑
巴扎黑Original
2016-11-11 10:26:121603browse

I don’t know why PHP officially instructed runkit to not be installed after downloading it from github

Later I found another one on github:
https://github.com/php/pecl-php-runkit It seems to be the latest

Note that it cannot be installed on github Download in releases, otherwise it will not be the latest

Need to download the latest from git: (otherwise it will not work)

Java code

git clone https://github.com/php/pecl-php-runkit.git  
  
cd pecl-php-runkit  
  
phpzie  
  
./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