Php – What binaries- thread-safe/non-thread-safe, to use with PHP/WAMP

dllPHPthread-safetywampwindows

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:

  • nts-v6-x86
  • nts-vc9-x86
  • ts-v6-x86
  • ts-v9-x86

Have no idea which type of binary to choose in this situation. Can someone clue me in?

Best Answer

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.