Skip to content

Instantly share code, notes, and snippets.

@kai101
Created December 4, 2013 05:10
Show Gist options
  • Save kai101/7782658 to your computer and use it in GitHub Desktop.
Save kai101/7782658 to your computer and use it in GitHub Desktop.
How to install php memcache on windows 8
http://ghita.org/tipoftheday/xamp-with-memcache-on-windows
http://www.leonardaustin.com/technical/how-to-install-memcached-on-xampp-on-windows-7
1. Locate you working php.ini (you can always check the correct path by looking at the phpinfo())
2. Make all the configs from the article above.
3. Download php_memcache.dll from http://windows.php.net/downloads/pecl/snaps/memcache/3.0.6/. For me php_memcache-3.0.6-5.4-ts-vc9-x86.zip worked, because I'm using PHP 5.4. Put it in \php\ext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment