Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

APC on PHP 5.3.10/Apache 2.2.21

Tags:

php

apc

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

like image 802
22db05 Avatar asked Nov 04 '22 04:11

22db05


1 Answers

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

like image 63
kripto_ash Avatar answered Nov 07 '22 21:11

kripto_ash