I'm trying to get remote debugging set up on a Windows 7, WAMP server 2.2, PHP, Komodo IDE platform. I need to select a Komodo debugger DLL from the following list:
Have no idea which type of binary to choose in this situation. Can someone clue me in?
Wamp 2.2 has been built with VC9. That means that to use PHP's mod_php with Apache 2.2, you need the thread safe version of PHP.
For Fastcgi (with mod_fastcgi) or CLI usage, you can and should use the non thread safe (NTS) version.
PHP binaries for Windows are distributed in version that are non-thread safe (nts) or thread safe (ts) and built against VC9 or VC6:
You should select the debugger that matches the PHP distribution you have installed.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With