Initial support for memcached.
authorBrion Vibber <brion@users.mediawiki.org>
Mon, 11 Aug 2003 13:53:20 +0000 (13:53 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Mon, 11 Aug 2003 13:53:20 +0000 (13:53 +0000)
commitfd305c509f255aada11bde3580873bd6eaac6f76
treeefe6b3382456fb878265cb2dde1032b38d6c65e2
parentb5a5d8c46c3fab2e8433e2a930d0d8688170a71a
Initial support for memcached.

Includes PHP MemCachedClient 1.0.8 by Ryan Gilfether, under GPL license.
docs/memcached.doc [new file with mode: 0644]
docs/php-memcached/ChangeLog [new file with mode: 0644]
docs/php-memcached/Documentation [new file with mode: 0644]
includes/DefaultSettings.php
includes/LinkCache.php
includes/MemCachedClient.inc.php [new file with mode: 0644]
includes/Setup.php
includes/User.php
includes/UserTalkUpdate.php