ts (スレッドセーフ) または nts (非スレッドセーフ) について、どの VC で、x86 か x64 かについて、同様の質問を知る必要がありました。
この情報の最適な場所は、XAMPP フォルダーです。ファイル XAMPP/readme_en.txt を開きます
このファイルの先頭に、XAMPP の各コンポーネントのバージョンと仕様が記載されています。
Important! PHP in this package needs the Microsoft Visual C++ 2008 Redistributable package from
http://www.microsoft.com/en-us/download/details.aspx?id=5582. Please ensure that the VC++ 2008 runtime
libraries are installed on your system.
+ Apache 2.4.4
+ MySQL 5.5.32 (Community Server)
+ PHP 5.6.3 (VC11 X86 32bit thread safe) + PEAR ` + PHP 5.4.25 (VC9 X86 32bit [b]thread safe[/b]) + PEAR
...
重要な行は次のとおりです。
+ PHP 5.6.3 (VC11 X86 32bit thread safe) + PEAR
この行は私に次のことを伝えています:
PHP version = 5.6.3
vc# code = VC11 = vc11
os bit sise = X86 32bit = x86
threading model = thread safe = ts
私は実際にmemcacheを探していて、ここで見つけました:
http://windows.php.net/downloads/pecl/releases/memcache/3.0.8/
私が選択した上記の情報で:
php_memcache-3.0.8-5.6-ts-vc11-x86.zip
これは次のように分類されます。
version of Memcahe: php_memcache-3.0.8-
version of php: 5.6-
thread safe: ts-
MS VC Version: vc11-
For 32 bit x86: x86.zip