| 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 0.1.5 (beta) |
- Implement getVersion().
- Add support for preserving boolean value types.
- Fix crash when child class does not call constructor.
- Fix bug #16084 (Crash when addServers is called with an associative array).
- ZTS compilation fixes. |