I'm using Laravel Valet and Homebrew. I'm not sure however if this question is a general PHP or Laravel specific.
I have trouble setting up Xdebug and OCI8. In the process of elimination, I decided to remove it completely from my system. To my surprise, I'm not able to remove xdebug. As you can see below when I run php --ini I do not see xdebug listed or pearsed:
When I run however:
phpinfo();
I get the following:
I have no idea why is it still showing. It looks like it is still being parsed and listed as a loaded extension. I assume this is a source of my problem since I'm trying to edit not the correct extension config files.
Thanks!