Necesitaba saber preguntas similares sobre ts (thread Safe) o nts (Not Thread Safe) qué VC y si x86 o x64.
El mejor lugar para obtener esta información es en su carpeta XAMPP. Abra el archivo XAMPP/readme_en.txt
En la parte superior de este archivo encontrará las versiones y las especificaciones de cada componente de 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
...
La línea importante es:
+ PHP 5.6.3 (VC11 X86 32bit thread safe) + PEAR
Esta línea me dice lo siguiente:
PHP version = 5.6.3
vc# code = VC11 = vc11
os bit sise = X86 32bit = x86
threading model = thread safe = ts
En realidad estaba buscando Memcache y lo encontraron aquí:
http://windows.php.net/downloads/pecl/releases/memcache/3.0.8/
Con la información anterior, yo selecciono Dirección Ejecutiva:
php_memcache-3.0.8-5.6-ts-vc11-x86.zip
Se desglosa en:
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
La URL no es más. Para Windows use http://dev.freshsite.pl/php-accelerators/apc/sorting/1.html. – danielpopa
Este enlace puede ser más permanente: http://windows.php.net/downloads/pecl/releases/apc/ – theINtoy