Disable memcached binary protocol

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2016-12-20 21:57:43 +01:00
parent 7d5cd98c17
commit 2067f7f411
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Memcached extends Cache implements IMemcache {
\Memcached::OPT_LIBKETAMA_COMPATIBLE => true, \Memcached::OPT_LIBKETAMA_COMPATIBLE => true,
// Enable Binary Protocol // Enable Binary Protocol
\Memcached::OPT_BINARY_PROTOCOL => true, //\Memcached::OPT_BINARY_PROTOCOL => true,
]; ];
// by default enable igbinary serializer if available // by default enable igbinary serializer if available
if (\Memcached::HAVE_IGBINARY) { if (\Memcached::HAVE_IGBINARY) {