Add msgpack serializer support for better cross-language binary serialization, fixed broken igbinary support |
|
More...
|
over 12 years ago
|
Warn if trying to use SASL when memcached.use_sasl is off. |
|
More...
|
over 12 years ago
|
Enable SASL support by default if detected. |
|
More...
|
over 12 years ago
|
Add notes on building to README. |
|
More...
|
over 12 years ago
|
Add in missing setSaslAuthData to api doc. |
|
More...
|
over 12 years ago
|
Add missing memcached.use_sasl ini option to doc. |
|
More...
|
over 12 years ago
|
2012 holidays note |
|
More...
|
over 12 years ago
|
memcached.ini added connect timeout |
|
More...
|
over 12 years ago
|
php_memcached_session.c added connect timeout |
|
More...
|
over 12 years ago
|
php_memcached.h added connect timeout |
|
More...
|
over 12 years ago
|
php_memcached.c added connect timeout variable |
|
More...
|
over 12 years ago
|
Removed unused memcached.ini option |
|
More...
|
over 12 years ago
|
report about SASL support |
|
More...
|
over 12 years ago
|
Added MEMCACHED_BEHAVIOR_DEAD_TIMEOUT class constant 'OPT_DEAD_TIMEOUT' (new in 1.0.3) |
|
More...
|
over 12 years ago
|
Added 4 functions to further debug issues and error codes in a multi-server environment: |
|
More...
|
over 12 years ago
|
memcached_server_by_key actually returns a memcached_server_instance_st instead of memcached_server_st. The structures were compatible to eachother, but this recently changed between 1.0.5 and 1.0.13. |
|
More...
|
over 12 years ago
|
Merge branch 'master' of https://github.com/Vendini/php-memcached into Vendini-master |
|
More...
|
over 12 years ago
|
Fixed version check for a libmemcached bug in version 0.49 case #6 |
|
More...
|
over 12 years ago
|
Reset error code on retry attempt. Fixes issue #15 |
|
More...
|
almost 13 years ago
|
Merge pull request #23 from dclaisse/session_consistent_hashing |
|
More...
|
almost 13 years ago
|
Merge pull request #7 from zextra/patch-1 |
|
More...
|
almost 13 years ago
|
Merge pull request #30 from gureedo/master |
|
More...
|
almost 13 years ago
|
Fixed bug #36 (Allow memcached.sess_prefix to be blank) |
|
More...
|
almost 13 years ago
|
Added Memcached Session Replicas by changes below |
|
More...
|
almost 13 years ago
|
Fix version access for libmemcached older than 1.0.8. |
|
More...
|
almost 13 years ago
|
added replica options to memcached.ini |
|
More...
|
almost 13 years ago
|
session replica options |
|
More...
|
almost 13 years ago
|
Release 2.1.0. |
|
More...
|
about 13 years ago
|
Drop libmemcached 0.x series support, release 2.1.0. |
|
More...
|
about 13 years ago
|
add consistent hashing option for session handling |
|
More...
|
about 13 years ago
|