Memcached for PHP 5.3

I searched everywhere for some tips on how to run the Memcached extension in my Windows WAMP development environment (true, memcached with D at the end, not memcache).

I already use memcache (without D ), but it would be convenient to take part in memcached more advanced functions with multiple servers.

How can I start and run?

thank

+3
source share
1 answer

memcached uses libmamcached, which - according to the Windows PHP build command - does not compile on windows. Therefore, an extension cannot be built.

+3
source

Source: https://habr.com/ru/post/1746635/


All Articles