Commit 3e39b8f0 by resurtm

requirements.php typo fix.

parent ecd47caa
......@@ -46,7 +46,7 @@ $requirements = array(
// Cache :
array(
'name' => 'Memcache extension',
'mandatory' => fasle,
'mandatory' => false,
'condition' => extension_loaded('memcache') || extension_loaded('memcached'),
'by' => '<a href="http://www.yiiframework.com/doc/api/CMemCache">CMemCache</a>',
'memo' => extension_loaded('memcached') ? 'To use memcached set <a href="http://www.yiiframework.com/doc/api/CMemCache#useMemcached-detail">CMemCache::useMemcached</a> to <code>true</code>.' : ''
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment