From: kaldari Date: Mon, 28 Oct 2013 05:09:13 +0000 (-0700) Subject: Fixing documentation for memcached. X-Git-Tag: 1.31.0-rc.0~18185^2~2 X-Git-Url: https://git.cyclocoop.org/%20%27.%28%24debut%20%20%20%24par_page%29.%27?a=commitdiff_plain;h=b82f714cc301f443fd2a502e292e59cf72bf409d;p=lhc%2Fweb%2Fwiklou.git Fixing documentation for memcached. I believe that MediaWiki's memcached client does support PECL now. Also fixing a typo. Change-Id: Ibcf9c25d077b19de733cc79b5664437479f23a3b --- diff --git a/docs/memcached.txt b/docs/memcached.txt index f54a4e7ad0..16c57602f4 100644 --- a/docs/memcached.txt +++ b/docs/memcached.txt @@ -78,7 +78,7 @@ usage evenly), make its entry a subarray: == PHP client for memcached == MediaWiki uses a fork of Ryan T. Dean's pure-PHP memcached client. -The newer PECL module is not yet supported. +It also supports the PECL PHP extension for memcached. MediaWiki uses three object for object caching: * $wgMemc, controlled by $wgMainCacheType @@ -91,7 +91,7 @@ database. If the cache daemon can't be contacted, it should also disable itself fairly smoothly. By default, $wgMemc is used but when it is $parserMemc or $messageMemc -this is mentionned below. +this is mentioned below. == Keys used ==