Looking good. However, i couldn't get it working with PHP's memcached module on Centos 5.4/php 5.3.1
After updating to 0.38 and restarting apache, i got this error PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/ modules/memcached.so' - /usr/lib64/php/modules/memcached.so: undefined symbol: memcached_result_value in Unknown on line 0 Tried to recompile memcached module and got more errors. So i reverted back to 0.37 and it's all fine. Is this a libmemcached or PHP's memcached bug? On 11 fev, 15:23, Brian Aker <[email protected]> wrote: > Hi! > > From the changelog: > > * C++ interface for libhashkit. > * Modified memcached_set_memory_allocators() so that it requires a context > pointer. > * memcached_clone() now runs 5 times faster. > * Functions used for callbacks are now given const memcached_st. > * Added MEMCACHED_BEHAVIOR_CORK. > * memslap now creates a configuration file at ~/.memslap.cnf > * memcached_purge() now calls any callbacks registered during get execution. > * Many fixes to memslap. > * Updates for memcapable. > * Compile fixes for OpenBSD. > * Fix for possible recursive decent on IO failure. > > http://download.tangent.org/libmemcached-0.38.tar.gz > > Cheers, > -Brian
