I am getting errors when trying to do this. What is the correct way to install Xdebug. From Pear? Pecl?
Asked
Active
Viewed 913 times
2 Answers
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.
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