| Package Information |
| Summary |
PHP extension for interfacing with memcached via libmemcached library |
| Maintainers |
Andrei Zmievski <andrei@php.net> (lead) [wishlist] [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 1.0.0 (stable) |
- First stable release.
- Add getResultMessage() method.
- Fix OPT_RECV_TIMEOUT definition.
- Initialize Session lock wait to max execution time (if max execution
time is unlimited, default to 30 seconds). |