add installation hint

git-svn-id: http://www.observium.org/svn/observer/trunk@3062 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-04-19 23:42:56 +00:00
parent 7b1e103489
commit df58d56bb6

View File

@ -1145,6 +1145,7 @@ if ($config['memcached']['enable'])
else
{
echo("WARNING: You have enabled memcached but have not installed the PHP bindings. Disabling memcached support.\n");
echo("Try 'pecl install memcached'. You will need the php5-dev and libmemcached-dev packages to do so.\n\n");
$config['memcached']['enable'] = 0;
}
}