Created
May 20, 2025 20:20
-
-
Save petenelson/fc630b5951b37b902ac9d0f6970d6524 to your computer and use it in GitHub Desktop.
Setup Local WP memcached
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Various notes for getting memcached running on Local WP and PHP | |
# In the Local WP site shell | |
brew install memcached libmemcached zlib pkg-config | |
pecl install memcached | |
# Pass in the appropriate paths. | |
/opt/homebrew/Cellar/libmemcached/1.0.18_2 | |
/opt/homebrew/Cellar/zlib/1.3.1 | |
# Turn on memcached. | |
extension=/opt/homebrew/Cellar/php/8.4.6/pecl/20240924/memcached.so |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment