aboutsummaryrefslogtreecommitdiffstats
path: root/docs/php-memcached/Documentation
diff options
context:
space:
mode:
authorBrion Vibber <brion@users.mediawiki.org>2003-08-21 07:03:10 +0000
committerBrion Vibber <brion@users.mediawiki.org>2003-08-21 07:03:10 +0000
commit786163084bbc985c44d70de1faf2a0e366097eb1 (patch)
treedf5b70a93a1035239c5264efc14ccc420e423bb2 /docs/php-memcached/Documentation
parenta788a69d0146b2c57b21004a731f6799e2f9db83 (diff)
downloadmediawikicore-786163084bbc985c44d70de1faf2a0e366097eb1.tar.gz
mediawikicore-786163084bbc985c44d70de1faf2a0e366097eb1.zip
Update memcached client to 1.0.10
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/1587
Diffstat (limited to 'docs/php-memcached/Documentation')
-rw-r--r--docs/php-memcached/Documentation3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/php-memcached/Documentation b/docs/php-memcached/Documentation
index 0d09d178604d..4782807b6898 100644
--- a/docs/php-memcached/Documentation
+++ b/docs/php-memcached/Documentation
@@ -158,7 +158,8 @@ MC_ERR_LOADITEM_END // _load_items failed to receive END response
MC_ERR_LOADITEM_BYTES // _load_items bytes read larger than bytes available
MC_ERR_GET // failed to get value associated with key
-
+// Turns compression on or off; 0=off, 1=on
+MemCacheClient::set_compression($setting)
EXAMPLE:
<?php