How can I install APCu in Windows?
I found this. But I need a solution for Windows.
I use PHP 5.5.6 (I have the XAMPP package).
This short and straight to the point tutorial should help you
Assumptions
Instructions
Pre: All directory locations might be different for you depending on your wamp installation folder and your PHP/apache versions.
php_apcu.dll
C:wampinphpphp5.5.6ext
Go to C:wampinapacheapache2.4.9in open php.ini and add the following lines (I just added them at the end of the file):
C:wampinapacheapache2.4.9in
php.ini
[apcu] extension=php_apcu.dll apc.enabled=1 apc.shm_size=32M apc.ttl=7200 apc.enable_cli=1 apc.serializer=php
This are recommended configurations located in INSTALL file from the php_apcu archive, excepting the location of the DLL file.
Restart wamp
C:wampinphpphp5.5.6inphp.ini
The end!
1.4m articles
1.4m replys
5 comments
57.0k users