gwomacks / php-debug

Atom Text Editor package for PHP debugging
MIT License
119 stars 31 forks source link

There is a conflict between php-debug and php-cs-fixer on macOS #207

Closed oknixus closed 6 years ago

oknixus commented 7 years ago

There is an orginal php on macOS, but for installing php-debug, I had to installed another php. The path of orginal php is /usr/bin/php, and the new installed one, its path is /usr/local/bin/php. If I rename the new one, the php-debug doesn't work. If I do nothing , the dear php-cs-fixer will show me something in the below pic : 01271ef2-d4b9-11e6-8f0e-911aac6cf195

I want to do something with the orginal php, but I have not a permitted: 5264c2aa-d4ba-11e6-9568-dde81503cb20

Could you help me with this ?

cchamplin commented 6 years ago

I believe this is out of scope for this project