5

I tried to install APC on my wamp(PHP 5.3.10/Apache2.2.21). OS which i`m using is Windows 7.

I downloaded 'APC 3.1.9 for PHP 5.3 vc9 (Win7/2008)' dll from http://dev.freshsite.pl/php-accelerators/apc.html.

I copied php_apc.dll to wamp/php/5.3.10/ext and I added extension=php_apc.dll to php.ini file.

phpinfo() don`t display APC configuration, and APC is not working. phpinfo() values Compiler:MSVC9, Architecture:x86, Enabled for Thread Safety.

Thank you

22db05
  • 675
  • 1
  • 9
  • 13

1 Answers1

2

Check out this guide it solved the problem for me.

http://mnshankar.wordpress.com/2011/03/25/installing-apc-3-1-6-on-wamp-64-bit/

You can see why here:

http://forum.wampserver.com/read.php?2,70601

kripto_ash
  • 919
  • 7
  • 14