Can't install xdebug on Mac with Homebrew

前端 未结 11 809
小蘑菇
小蘑菇 2020-12-24 01:31

I\'m kind of new to using Homebrew, but I love it. It\'s so easy. I\'m trying install Xdebug. Some of the posts on the web say to do this:

brew install xd         


        
11条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-24 01:36

    Add this repository: https://github.com/josegonzalez/homebrew-php#readme

    Then use brew install php54-xdebug for PHP 5.4

    Or brew install php53-xdebug for PHP 5.3

    Or brew install php55-xdebug for PHP 5.5

提交回复
热议问题