Package Information |
Summary |
memcached extension |
Maintainers |
Antony Dovgal (lead)
[wishlist]
[details]
Pierre Joye (lead)
[wishlist]
[details]
Herman Radtke <
hradtke at php dot net >
(lead)
[details]
Mikael Johansson (lead)
[details]
Tomas Srnka (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.
The extension allows use to store sessions in memcached via memcache. |
Release notes
Version 3.0.5
(beta)
|
- Fixed PECL bug #16059 (Build error: 'MSG_NOSIGNAL' undeclared) - Added method MemcachePool::findServer(key) which returns the server a key hashes to - Changed MemcachePool::findServer() to return only "hostname:port" since tcp port is significant - Fixed PECL bug #16536 (Weight of 0 causes SegFault on memcache_add_server) - Fixed PECL bug #17566 (3.0.4 cache delete bug) - Fixed PECL Bug #16442 (memcache_set fail with integer value) |