I'm using memcached (installed via brew
on OS X) on my Drupal site successfully for already few months.
However this error start happening out of blue after very long page load:
( ! ) Warning: Memcached::getMulti(): could not unserialize value, no igbinary support in sites/all/modules/contrib/memcache/dmemcache.inc on line 375
Why this is happening, why do I need igbinary
(which I think I have) and how to fix it?
It seems I've already php56-igbinary
installed.
$ php -i | grep igbinary
Additional .ini files parsed => /usr/local/etc/php/5.6/conf.d/ext-igbinary.ini,
igbinary
igbinary support => enabled
igbinary version => 1.2.1
igbinary APC serializer ABI => no
igbinary session support => yes
igbinary.compact_strings => On => On
igbinary support => yes
memcached.serializer => igbinary => igbinary
Registered serializer handlers => php_serialize php php_binary wddx igbinary