All Projects → lifenglsf → Php_memcached_dll

lifenglsf / Php_memcached_dll

Licence: mit
windows php-memcached dll files

Projects that are alternatives of or similar to Php memcached dll

Centminmod
CentOS Shell menu based Nginx LEMP web stack auto installer (GPLv3 licensed)
Stars: ✭ 519 (+698.46%)
Mutual labels:  memcached
Netkiller.github.io
Netkiller Free ebook - 免费电子书
Stars: ✭ 861 (+1224.62%)
Mutual labels:  memcached
Drupal Nginx Php Kubernetes
Demonstration of a set of NGINX and PHP-FPM containers running Drupal deployed to Kubernetes on the IBM Container Service. This is a work in progress.
Stars: ✭ 43 (-33.85%)
Mutual labels:  memcached
Machinery
Machinery is an asynchronous task queue/job queue based on distributed message passing.
Stars: ✭ 5,821 (+8855.38%)
Mutual labels:  memcached
Weixinmpsdk
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0。已支持微信公众号、小程序、小游戏、企业号、企业微信、开放平台、微信支付、JSSDK、微信周边等全平台。 WeChat SDK for C#.
Stars: ✭ 7,098 (+10820%)
Mutual labels:  memcached
Springmvc Project
开箱即用的SpringMVC项目,包含常规业务所需的框架功能整合,更多功能请关注 https://github.com/MartinDai/SpringBoot-Project
Stars: ✭ 33 (-49.23%)
Mutual labels:  memcached
Aiocache
Asyncio cache manager for redis, memcached and memory
Stars: ✭ 496 (+663.08%)
Mutual labels:  memcached
Ansible Role Memcached
Ansible Role - Memcached
Stars: ✭ 54 (-16.92%)
Mutual labels:  memcached
Outputcache
Cache api responses using Redis, Memcached or any cache provider for NodeJS
Stars: ✭ 9 (-86.15%)
Mutual labels:  memcached
Fastonosql
FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
Stars: ✭ 1,001 (+1440%)
Mutual labels:  memcached
Zxw.framework.netcore
基于EF Core的Code First模式的DotNetCore快速开发框架,其中包括DBContext、IOC组件autofac和AspectCore.Injector、代码生成器(也支持DB First)、基于AspectCore的memcache和Redis缓存组件,以及基于ICanPay的支付库和一些日常用的方法和扩展,比如批量插入、更新、删除以及触发器支持,当然还有demo。欢迎提交各种建议、意见和pr~
Stars: ✭ 691 (+963.08%)
Mutual labels:  memcached
Nodock
Docker Compose for Node projects with Node, MySQL, Redis, MongoDB, NGINX, Apache2, Memcached, Certbot and RabbitMQ images
Stars: ✭ 734 (+1029.23%)
Mutual labels:  memcached
Dalli Rate limiter
Arbitrary Memcached-backed rate limiting for Ruby
Stars: ✭ 38 (-41.54%)
Mutual labels:  memcached
Pymemcache
A comprehensive, fast, pure-Python memcached client.
Stars: ✭ 552 (+749.23%)
Mutual labels:  memcached
Easycaching
💥 EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
Stars: ✭ 1,047 (+1510.77%)
Mutual labels:  memcached
Phpmemadmin
Bringing Memcached to the web.
Stars: ✭ 512 (+687.69%)
Mutual labels:  memcached
Kamekazi
Self destructing messages
Stars: ✭ 21 (-67.69%)
Mutual labels:  memcached
Cucache
Fast PUT/GET/DELETE in-memory key-value store for lookaside caching
Stars: ✭ 63 (-3.08%)
Mutual labels:  memcached
Finagle
A fault tolerant, protocol-agnostic RPC system
Stars: ✭ 8,126 (+12401.54%)
Mutual labels:  memcached
Reading And Comprehense Twemproxy0.4.1
redis、memcached缓存代理twemproxy源码详细分析注释,带详尽中文注释及函数调用关系。(源码学习交流QQ群:568892619)
Stars: ✭ 39 (-40%)
Mutual labels:  memcached

php-memcached for windows

  • php-memcached dependency libmemcached

     copy libmemcached.dll to c:\Windows 
    
  • install php-memcached

    copy php-memcached.dll to you php extension directory

    notice:Note the version of PHP and thread safety whether or not

  • memcached_support:

    3.1.4

    name is_support
    SASL support no
    Session support yes
    igbinary support no
    json support yes
    msgpack support no

    3.1.5

    name is_support
    SASL support no
    Session support yes
    igbinary support yes
    json support yes
    msgpack support yes

    pre3.2.0

    name is_support
    SASL support no
    Session support yes
    igbinary support yes
    json support yes
    msgpack support yes

version>=3.15

  • basic

    support session and json

  • igbinary

    support session and json and igbinary

    must download igbinary.dll and configure it to php.ini

  • msgpack

    support session and json and msgpack

    must download msgpack.dll and configure it to php.ini

Tips: ucrtbased.dll missing copy ucrtbased to system32 or SysWOW64

Visitors

🧧 赞助

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].