Kaldari has uploaded a new change for review. https://gerrit.wikimedia.org/r/92264
Change subject: Fixing documentation for memcached. ...................................................................... Fixing documentation for memcached. I believe that MediaWiki's memcached client does support PECL now. Also fixing a typo. Change-Id: Ibcf9c25d077b19de733cc79b5664437479f23a3b --- M docs/memcached.txt 1 file changed, 1 insertion(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/64/92264/1 diff --git a/docs/memcached.txt b/docs/memcached.txt index f54a4e7..0785c4a 100644 --- a/docs/memcached.txt +++ b/docs/memcached.txt @@ -78,7 +78,6 @@ == 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. MediaWiki uses three object for object caching: * $wgMemc, controlled by $wgMainCacheType @@ -91,7 +90,7 @@ 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 == -- To view, visit https://gerrit.wikimedia.org/r/92264 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ibcf9c25d077b19de733cc79b5664437479f23a3b Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Kaldari <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
