1

I am getting errors when trying to do this. What is the correct way to install Xdebug. From Pear? Pecl?

Andrew
  • 15,494

2 Answers2

2

I'm not a user of xDebug, but a related post on superuser.com refers to an article where the guy got the xDebug binaries from ActiveState. Hope this helps.

fideli
  • 14,884
2

I did this a while back and the trick was to make sure that Xdebug was compiled as a 64-bit extension by using the command CFLAGS='-arch x86_64' before I compiled it from the source (as per the documentation).

Chealion
  • 26,327