Merge "Implemented a wrapper for the memcached PECL client"
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 15 May 2012 01:07:05 +0000 (01:07 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Tue, 15 May 2012 01:07:05 +0000 (01:07 +0000)
1  2 
includes/AutoLoader.php

@@@ -56,9 -56,7 +56,8 @@@ $wgAutoloadLocalClasses = array
        'DeferredUpdates' => 'includes/DeferredUpdates.php',
        'DeprecatedGlobal' => 'includes/DeprecatedGlobal.php',
        'DerivativeRequest' => 'includes/WebRequest.php',
 +      'DeviceDetection' => 'includes/DeviceDetection.php',
        'DiffHistoryBlob' => 'includes/HistoryBlob.php',
        'DoubleReplacer' => 'includes/StringUtils.php',
        'DummyLinker' => 'includes/Linker.php',
        'Dump7ZipOutput' => 'includes/Export.php',