How to remove php probe

藏色散人
Release: 2023-03-05 20:04:01
Original
2682 people have browsed it

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”
Copy after login

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!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!