Does memcached.dll exist?

前端 未结 2 562
无人共我
无人共我 2020-12-02 01:34

Does the memcached (not memcache) extension exist for Windows? I have looked through old answers and haven\'t found anything.

2条回答
  •  独厮守ぢ
    2020-12-02 02:18

    You can get the php extension "memcache" to use memcached with php on windows here http://downloads.php.net/pierre/

    Memcached is the server daemon and you can get it for windows here http://splinedancer.com/memcached-win32/

    The php extension also called memcached requires libmemcached which doesn't seem well supported on windows which is probably why that extension doesn't exist for windows.

提交回复
热议问题