Avevo bisogno di conoscere domande simili su ts (thread Safe) o nts (Not Thread Safe) quale VC e se x86 o x64.
Il posto migliore per questa informazione è nella cartella XAMPP. Apri il file XAMPP/readme_en.txt
Nella parte superiore di questo file troverai le versioni e le specifiche di ciascun componente di 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 linea importante è:
+ PHP 5.6.3 (VC11 X86 32bit thread safe) + PEAR
Questa linea mi sta dicendo quanto segue:
PHP version = 5.6.3
vc# code = VC11 = vc11
os bit sise = X86 32bit = x86
threading model = thread safe = ts
mi è stato effettivamente alla ricerca di memcache e l'ho trovato qui:
http://windows.php.net/downloads/pecl/releases/memcache/3.0.8/
Con le informazioni di cui sopra seleziono CTED:
php_memcache-3.0.8-5.6-ts-vc11-x86.zip
, così ripartite:
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
L'URL non è più. Per Windows utilizzare http://dev.freshsite.pl/php-accelerators/apc/sorting/1.html. – danielpopa
Questo link potrebbe essere più permanente: http://windows.php.net/downloads/pecl/releases/apc/ – theINtoy