memcached extension, Help me...
Tue, 11/15/2011 - 21:04
Hi,
Now, I'am using PHP & memcache extension to write data to membase. I want to replace memcache extension with memcached extension but memcached extension can't read object - that was written by memcache extension.
Can you help me how to change memcache extension to memcached extension.
thanks,
Are you saying the PHP serialization is different? If migrating, you may need to read items with the old extension and write them with the new one.