[Bug 658939] Re: php5-memcached does not work

2010-11-03 Thread Atanas Markov
I have the same problem- memcache_set() in php sets something, but a memcache_get() attempt just doesn't get any data. I'm not familiar how to debug memcache low level functions, that don't use the Memcache class, so I can't post any debug info. With this problem I have about 10 sites affected on a

[Bug 658939] Re: php5-memcached does not work

2010-10-17 Thread Dome
I still have the Problem: $key = hi $val = Hello Add: true -- 0 -- SUCCESS Set: false -- 5 -- WRITE FAILURE Get: false -- 19 -- SOME ERRORS WERE REPORTED VERSION: Package: php5-memcached New: yes State: installed Automatically installed: no Version: 1.0.2-1 Priority: optional S

[Bug 658939] Re: php5-memcached does not work

2010-10-15 Thread Ivan Borzenkov
now all work normal from package $key = hi $val = Hello Add: true -- 0 -- SUCCESS Set: true -- 0 -- SUCCESS Get: 'Hello' -- 0 -- SUCCESS ver 1.0.2-1 from maverick/natty ** Changed in: php-memcached (Ubuntu) Status: New => Fix Released -- php5-memcached does not work https://bugs.launchp

[Bug 658939] Re: php5-memcached does not work

2010-10-11 Thread Eugene Manuilov
sudo apt-get remove php5-memcached wget http://launchpad.net/libmemcached/1.0/0.44/+download/libmemcached-0.44.tar.gz tar -xzvf libmemcached-0.44.tar.gz cd libmemcached-0.44 ./configure make make test sudo make install wget http://pecl.php.net/get/memcached-1.0.2.tgz tar -xzvf memcached-1.0.2.t