How To Install Apc Php Accelerator Wamp

How To Install Apc Php Accelerator Wamp Average ratng: 5,0/5 5995 reviews
  1. Wamp Php Not Working
  2. How To Install Apc Php Accelerator Wamp Server
  3. How To Install Apc Network Management Card 2

Aug 7, 2018 - PHP Accelerator Xampp Follow Steps To Install the Apc Extract Zip file and extract rename the dll file to extension php_apc.dll. I'm trying to install an accelerator with wamp, but with no luck till now. I couldn't find a dll for APC, and eaccelerator makes the server hang. Jul 19, 2018 - Installing APC for php Accelerator xampp/WAMP,php_apc.dll php 7,install and/or enable a php accelerator (highly recommended).,php apc.

I am trying to install PHP accelerator like apc for a symfony project .The problem is that the apc is not appearing in localhost/?phpinfo=1, however it does appear on wamp>php>extensions menu tray with options php_apc enabled.And also when i try localhost/test.symfony.com/web/config.php , it seems that symfony project does not detects the apc.

I have trying to resolve this problem for the past 3 days :( .

Here are my steps that i have made to install and enable apc.dll

Wamp Php Not Working

1.In the folder of the extensions i have placed the apc.dll C:wampbinphpphp5.4.3ext

I have downloaded the apc.dll from http://dev.freshsite.pl/php-accelerators/apc.html for the version APC 3.1.9 for PHP 5.4 vc9 (Win7/2008) as per my configuration

2.I have set up the extension for the dll in php.ini as below in Dynamic Extensions extension=php_apc.dll

and in the Module Settings section i have placed the following:-

[APC]

apc.enabled = 1

apc.shm_segments = 1

apc.shm_size = 128M

apc.max_file_size = 10M

apc.stat = 1

3.Restart wampserver

MY php info:

Compiler -MSVC9 (Visual C++ 2008)

Architecture -x64

Thread Safety -enabled

apache version -2.4.2

php version -5.4.3

How To Install Apc Php Accelerator Wamp Server

OS -window 7

Thanks you for kind reply :)

user1771290

closed as off topic by nickb, John Conde, SilentGhost, prodigitalson, LittleBobbyTablesOct 24 '12 at 14:12

Questions on Stack Overflow are expected to relate to programming within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here. If this question can be reworded to fit the rules in the help center, please edit the question.

I need your help. I'm trying to install php_apc.dll into my php directory.

How To Install Apc Php Accelerator Wamp

So far this is what i've done:

I copied php_apc.dll to c:wampbinphpphp5.3.0ext. I've also restarted the server several times.

But when i checked

There wasnt any evidence of APC Extension Installation.

Please what i'm i doing wrong?I'll be most delighted with your answers, comments and suggestions.

How To Install Apc Network Management Card 2

Thank you.

user652792

1 Answer

Read the tutorial How to install APC on Wamp.

It seems you didnt add extention line in php.ini

safarovsafarov