Home > Article > Backend Development > PHP installs the latest extension runkit
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 //即可