summaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/install.php b/install.php
index 6c49658fd..0c4f427c1 100644
--- a/install.php
+++ b/install.php
@@ -44,11 +44,6 @@ foreach ($perldeps as $dep) {
}
}
-// test memcache
-if (!class_exists("Memcache")) {
- $errors .= " - Missing \"Memcache\" php class. Please install your distribution's package of http://pecl.php.net/package/memcache\n";
-}
-
// test pygmentize
ob_start();
passthru("pygmentize -V 2>&1", $buf);