| Package Information |
| Summary |
memcached extension |
| Maintainers |
Antony Dovgal (lead) [wishlist] [details] Mikael Johansson (lead) [wishlist] [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.1.1 |
- Added experimental session storage support. You can use memcached as session storage.
- Fixed PECL bug #9486 (empty keys should not be allowed in memcache_set/add())
- Fixed PECL bug #9854 (get() changes the datatype of variable of given as key) |