Error enabling APC in local environment, using wamp 2.5, PHP 5.5.12, Apache 2.4.9 in windows 10

Asked

Viewed 51 times

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:

Warning ao iniciar o wamp.

Trying to use this version of APC: php_apc-3.1.11-svn20120501-5.4-VC9-x64 I got the following Warning:

Outra warning ao startar o apache

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?

  • 64bits, both of them...

  • Download version 64 bits I already got this problem

  • I already did, and it didn’t work, so I went to the O.R.

  • @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.

  • @Kennyrafael has already tried to run the program in compatibility mode?

  • try one of these: http://windows.php.net/downloads/pecl/releases/apcu/

  • 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.

Show 3 more comments
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.