Home  >  Article  >  Backend Development  >  How to remove php probe

How to remove php probe

藏色散人
藏色散人Original
2020-09-11 09:17:552713browse

How to delete the php probe: first find the php extension directory; then delete "extension=oneapm.so" in "php.ini"; finally kill the daemon directly and delete it.

How to remove php probe

Recommended: "PHP Video Tutorial"

Manually uninstall PHP probe

Find the php extension directory first

php -i|grep -i “extension_dir”

Just delete the oneapm.so below

Delete extension=oneapm.so in php.ini

Kill the daemon directly and delete it

The above is the detailed content of How to remove php probe. For more information, please follow other related articles on the PHP Chinese website!

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