开发者

Which php binary should I use?

开发者 https://www.devze.com 2023-03-16 03:43 出处:网络
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

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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消