PHP extension for interfacing with memcached via libmemcached library
This extension uses libmemcached library to provide API for communicating with memcached servers.
License: PHP
Version | Release | Download |
3.3.0 | 2024-10-17 | memcached-3.3.0.tgz |
3.3.0RC1 | 2024-10-04 | memcached-3.3.0RC1.tgz |
3.2.0 | 2022-03-24 | memcached-3.2.0.tgz |
3.2.0RC2 | 2022-03-09 | memcached-3.2.0RC2.tgz |
3.2.0RC1 | 2022-03-07 | memcached-3.2.0RC1.tgz |
Version | Message |
3.3.0 |
- Add #515 option to locally enforce payload size limit - Add #539 zstd support - Add #540 compression_level option - Mark password as a sensitive param for PHP 8.2 - Upgrade Windows libmemcached to v1.1.4 - Fix Windows PHP 8 compatibility - Fix #518 Windows msgpack support - Fix #522 signed integer overflow - Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token - Fix #546 don't check key automatically, unless client-side verify_key is enabled - Fix #555 incompatible pointer types (32-bit) |
3.3.0RC1 |
- Add #515 option to locally enforce payload size limit - Add #539 zstd support - Add #540 compression_level option - Mark password as a sensitive param for PHP 8.2 - Fix Windows PHP 8 compatibility - Fix #518 Windows msgpack support - Fix #522 signed integer overflow - Fix #523 incorrect PHP reflection type for Memcached::cas $cas_token - Fix #546 don't check key automatically, unless client-side verify_key is enabled - Fix #555 incompatible pointer types (32-bit) |
3.2.0 |
- PHP 8.0 and 8.1 support - store_retry_count is no more set explicitly (#452) - fix MemcachedServer (libmemcached-awesome is recommended) - code cleanup - fix windows build |
3.2.0RC2 |
- PHP 8.0 and 8.1 support - store_retry_count is no more set explicitly (#452) - fix MemcachedServer (libmemcached-awesome is recommended) - code cleanup - fix windows build |
3.2.0RC1 |
- PHP 8.0 and 8.1 support - store_retry_count is no more set explicitly (#452) - fix MemcachedServer (libmemcached-awesome is recommended) - code cleanup |