0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Initialize struct to avoid errors
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Update changelog
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Merge branch 'master' of github.com:php-memcached-dev/php-memcached
tester_123
as Ilia Alshanetsky
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
tester_123
as Ilia Alshanetsky
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].
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Eliminate un-necessary allocation routines inside session handling
tester_123
as Ilia Alshanetsky
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.
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Added a work-around for libmemcached bug where last char of the domain prefix is truncated
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Test fixes
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Test fixes
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Fixed a bug introduced in prior commit designed to reduce mallocs
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Fixed a bug introduced in prior commit designed to reduce mallocs
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Added support for incremenet/decrement ByKey Added support for initial value initialization by increment/decrement (requires binary protocol)
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Added support for incremenet/decrement ByKey Added support for initial value initialization by increment/decrement (requires binary protocol)
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Fixed test
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Fixed test
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Fixed php_memc_cas_impl() implementation when server_key is not being used
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Fixed php_memc_cas_impl() implementation when server_key is not being used
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Merge branch 'master' of github.com:php-memcached-dev/php-memcached
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Added OPT_TCP_KEEPALIVE & OPT_LIBKETAMA_HASH config options
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Fixed compiler warnings
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Avoid re-allocating data for scalar data types
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Avoid re-allocating data for scalar data types
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Parameter parsing fix
tester_123
as Ilia Alshanetsky
More... about 14 years ago
Parameter parsing fix
tester_123
as Ilia Alshanetsky
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