summaryrefslogtreecommitdiffstats
path: root/lib/private/Memcache
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2016-12-20 21:57:43 +0100
committerRoeland Jago Douma <roeland@famdouma.nl>2016-12-21 20:55:42 +0100
commit2067f7f41160d9554836595de5c205504e6d6cbc (patch)
tree48d80d758ad1a23d89c4b5d684c956646a7f9da1 /lib/private/Memcache
parent7d5cd98c17bafd39bac7f29052b7308904861642 (diff)
downloadnextcloud-server-2067f7f41160d9554836595de5c205504e6d6cbc.tar.gz
nextcloud-server-2067f7f41160d9554836595de5c205504e6d6cbc.zip
Disable memcached binary protocol
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/Memcache')
-rw-r--r--lib/private/Memcache/Memcached.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Memcache/Memcached.php b/lib/private/Memcache/Memcached.php
index dbff6dc2ec2..bf07fd0e6e7 100644
--- a/lib/private/Memcache/Memcached.php
+++ b/lib/private/Memcache/Memcached.php
@@ -61,7 +61,7 @@ class Memcached extends Cache implements IMemcache {
\Memcached::OPT_LIBKETAMA_COMPATIBLE => true,
// Enable Binary Protocol
- \Memcached::OPT_BINARY_PROTOCOL => true,
+ //\Memcached::OPT_BINARY_PROTOCOL => true,
];
// by default enable igbinary serializer if available
if (\Memcached::HAVE_IGBINARY) {