Skip to content

How to install Alternative PHP Cache(APC) in Xampp Windows?

Last updated on July 7, 2017

Find The suitable APC for the Xampp from the blow given link based on PHP Extension Build, and Xampp version.

http://dev.freshsite.pl/php-accelerators/apc.html

Steps to Follow Install the Apc:

1) Extract Zip file and extract rename the dll file to php_apc.dll

2) Copy Past .dell file into php/ext folder.

3) Modify the php.ini configuration file by placing the below code in the file

extension : php_apc.dll

Important: Please the Remove the comma before the extension if exists.

3) Restart the Xampp check the phpinfo() search for apc if its found APC installed Successfully.

0 0 votes
Article Rating
Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments