Home > Article > Backend Development > How to remove php probe
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.
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!