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
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
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
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