I was trying to install apc on local wamp server, but facing issue. I'm using WAMP 2.5 version on windows 8 system. I installed the apc on C:\wamp\bin\php\php5.5.12\ext
folder. I changed php.ini file also with the below code.
[APC]
apc.enabled = 1
apc.shm_segments = 1
apc.shm_size = 64M
apc.max_file_size = 10M
apc.stat = 1
after that i restarted the apache, But i couldn't identify the apc.dll on PHP extensions.
Can anybody please help me to solve this issue.
Thanks in advance.