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?
Asked
Active
Viewed 143 times
2
-
2There 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
-
1http://stackoverflow.com/questions/1623914/what-is-thread-safe-or-non-thread-safe-in-php – RiaD Jul 14 '11 at 18:36
1 Answers
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