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 2.0.0b2
(beta)
|
- Add OPT_REMOVE_FAILED_SERVERS option. - Make it work with libmemcached up to 0.49. - Fix a case where invalid session ID could lock the script. - Improve session support: * Add support for libmemcached config string * Add persistence support via PERSISTENT=persistent_id prefix of the save_path - Add 3rd parameter to the __construct() that allows specification of libmemcached configuration string - Fix a possible crash in __construct() when using persistent connections - Add work-around a bug in libmemcached < 0.50 that causes truncation of last character of server key prefix - When using multiple servers implement transparent fail-over - Fix php_memc_cas_impl() implementation when server_key is not being used - Add support for incrementByKey() and decrementByKey() - Make increment/decrement initialize value when it is not available (when using binary protocol) |