| Package Information |
| Summary |
memcached extension |
| Maintainers |
Antony Dovgal (lead) [wishlist] [details] Mikael Johansson (lead) [details]
|
| License |
PHP License
|
| Description |
Memcached is a caching daemon designed especially for
dynamic web applications to decrease database load by
storing objects in memory.
This extension allows you to work with memcached through
handy OO and procedural interfaces. |
Release notes Version2.2.1 |
- Added argument to Memcache::get() that receives the flags for retrieved value(s)
- Fixed PECL bug 11369 ("nested" get calls in __wakeup() functions breaks)
- Fixed problem with keys being modified in-place and empty keys (PECL Bug #11236)
- Fixed incompatibility with standard hash strategy in previous versions |