From 7f0065ddbd80fe32e49cede2d65d231c6ec6f183 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 15 Aug 2013 17:10:58 +0200 Subject: Switch to CI's caching class This supports more caching backends and doesn't force users to install the memcache extension. Signed-off-by: Florian Pritz --- install.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'install.php') 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); -- cgit v1.2.3-24-g4f1b