(bug 29747) eAccelerator shared memory caching has been removed since it is now disab...
[lhc/web/wiklou.git] / includes / installer / Installer.php
index 35d4ddf..3e8a88b 100644 (file)
@@ -205,7 +205,6 @@ abstract class Installer {
        protected $objectCaches = array(
                'xcache' => 'xcache_get',
                'apc' => 'apc_fetch',
-               'eaccel' => 'eaccelerator_get',
                'wincache' => 'wincache_ucache_get'
        );