Package Information |
Summary |
PHP extension for interfacing with memcached via libmemcached library |
Maintainers |
Andrei Zmievski <
andrei at php dot net >
(lead)
[wishlist]
[details]
Mikko Koppanen <
mkoppanen at php dot net >
(lead)
[wishlist]
[details]
Aaron Stone <
aaron at serendipity dot cx >
(lead)
[details]
Remi Collet (lead)
[details]
Michael Wallner <
mike at php dot net >
(lead)
[details]
|
License |
PHP |
Description |
This extension uses libmemcached library to provide API for communicating with memcached servers. |
Homepage |
https://github.com/php-memcached-dev/php-memcached
|
Release notes
Version 3.1.2
(stable)
|
PHP 7.0 - 7.1 - 7.2 - 7.3 release of memcached extension. Note that support for libmemcached 0.x series has been discontinued and the oldest actively tested version is 1.0.8. It is highly recommended to use version 1.0.18 of libmemcached.
Fixes * Fix --enable-memcached-protocol was set to yes by default, reverted to no (#418) |