2

http://windows.php.net/download/ - There is a VC9 x86 thread safe/non-thread safe versions of the PHP executable. What should I use and what is its significance from a dev perspective?

RiaD
  • 46,822
  • 11
  • 79
  • 123
Joe
  • 14,513
  • 28
  • 82
  • 144
  • 2
    There is a reasonable explanation about that [here](http://www.iis-aid.com/articles/my_word/difference_between_php_thread_safe_and_non_thread_safe_binaries) – GWW Jun 30 '11 at 04:45
  • 1
    http://stackoverflow.com/questions/1623914/what-is-thread-safe-or-non-thread-safe-in-php – RiaD Jul 14 '11 at 18:36

1 Answers1

1

About the only time you want the non thread safe version is if you are going to be using PHP as a CGI interface with IIS.

ashurexm
  • 6,209
  • 3
  • 45
  • 69