1
I’ve downloaded several Dlls but I can’t enable this extension, I’m working on an application where for N reasons I can’t give it up, usually it gives me the following Warning:
Trying to use this version of APC: php_apc-3.1.11-svn20120501-5.4-VC9-x64 I got the following Warning:
What is the exact version I need to use? if possible with a download link...
Or if the solution is different, I’m all ears.
Your php is 32 or 64bit? and the extension?
– rray
64bits, both of them...
– Kenny Rafael
Download version 64 bits I already got this problem
– ndroid
I already did, and it didn’t work, so I went to the O.R.
– Kenny Rafael
@Kennyrafael in fact you have to get compatible version of apc and PHP (or recompile). Usually APC is easier to find already compiled for linux.
– Bacco
@Kennyrafael has already tried to run the program in compatibility mode?
– Victor H
try one of these: http://windows.php.net/downloads/pecl/releases/apcu/
– Daniel Omine
You will notice that there are acronyms in the names VC11, VC14, NTS. The x64 is obvious, it is 64bits. Look for 64bits whose Visual Compiler (VC) is compatible with the version that PHP installed has compiled. Note also that it should be compatible with NTS (non thread safe). If the PHP version is also NTS. Sometimes you will have to downgrade or upgrade the PHP version to an available version of APC or Apcu.
– Daniel Omine