Initialize struct to avoid errors |
|
More...
|
about 14 years ago
|
Update changelog |
|
More...
|
about 14 years ago
|
Merge branch 'master' of github.com:php-memcached-dev/php-memcached |
|
More...
|
about 14 years ago
|
Added support for TOUCH. |
|
More...
|
about 14 years ago
|
Make sasl disablable. |
|
More...
|
about 14 years ago
|
Finalize persistent session handling |
|
More...
|
about 14 years ago
|
Added support for persistance inside session that can be turned on by starting the session.save_path INI setting with PERSISTENT=[persistent id]. |
|
More...
|
about 14 years ago
|
Eliminate un-necessary allocation routines inside session handling |
|
More...
|
about 14 years ago
|
Implemented a mechanism that allows transparent fail-over to secondary servers when set/increment/decrement/setMulti operations fail on the desired server in a multi-server environment. |
|
More...
|
about 14 years ago
|
Added a work-around for libmemcached bug where last char of the domain prefix is truncated |
|
More...
|
about 14 years ago
|
Test fixes |
|
More...
|
about 14 years ago
|
Test fixes |
|
More...
|
about 14 years ago
|
Fixed a bug introduced in prior commit designed to reduce mallocs |
|
More...
|
about 14 years ago
|
Fixed a bug introduced in prior commit designed to reduce mallocs |
|
More...
|
about 14 years ago
|
Added support for incremenet/decrement ByKey Added support for initial value initialization by increment/decrement (requires binary protocol) |
|
More...
|
about 14 years ago
|
Added support for incremenet/decrement ByKey Added support for initial value initialization by increment/decrement (requires binary protocol) |
|
More...
|
about 14 years ago
|
Fixed test |
|
More...
|
about 14 years ago
|
Fixed test |
|
More...
|
about 14 years ago
|
Fixed php_memc_cas_impl() implementation when server_key is not being used |
|
More...
|
about 14 years ago
|
Fixed php_memc_cas_impl() implementation when server_key is not being used |
|
More...
|
about 14 years ago
|
Merge branch 'master' of github.com:php-memcached-dev/php-memcached |
|
More...
|
about 14 years ago
|
Added OPT_TCP_KEEPALIVE & OPT_LIBKETAMA_HASH config options |
|
More...
|
about 14 years ago
|
Fixed compiler warnings |
|
More...
|
about 14 years ago
|
Avoid re-allocating data for scalar data types |
|
More...
|
about 14 years ago
|
Avoid re-allocating data for scalar data types |
|
More...
|
about 14 years ago
|
Parameter parsing fix |
|
More...
|
about 14 years ago
|
Parameter parsing fix |
|
More...
|
about 14 years ago
|
Fix build against libmemcached versions before 0.39. |
|
More...
|
about 14 years ago
|
Allow use of UDP, highly experimental. |
|
More...
|
about 14 years ago
|
Pecl bug #19065, use int instead of size_t. |
|
More...
|
about 14 years ago
|