Index: branches/5.2.x/core/install/install_toolkit.php =================================================================== diff -u -N -r16513 -r16753 --- branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 16513) +++ branches/5.2.x/core/install/install_toolkit.php (.../install_toolkit.php) (revision 16753) @@ -1,6 +1,6 @@ Application->makeClass('kCache'); $cache_handlers = Array ( - 'Fake' => 'None', 'Memcache' => 'Memcached', 'XCache' => 'XCache', 'Apc' => 'Alternative PHP Cache' + 'Fake' => 'None', + 'Memcached' => 'Memcached (via "Memcached" extension)', + 'Memcache' => 'Memcached (via "Memcache" extension)', + 'XCache' => 'XCache', + 'Apc' => 'Alternative PHP Cache', ); foreach ($cache_handlers AS $class_prefix => $title) {