Browse Source

added note about enabling APC cache for CLI

tags/2.0.0-beta
Alexander Makarov 12 years ago
parent
commit
c09ace8e96
  1. 1
      framework/caching/ApcCache.php

1
framework/caching/ApcCache.php

@ -11,6 +11,7 @@ namespace yii\caching;
* ApcCache provides APC caching in terms of an application component.
*
* To use this application component, the [APC PHP extension](http://www.php.net/apc) must be loaded.
* In order to enable APC for CLI you should add "apc.enable_cli = 1" to your php.ini.
*
* See [[Cache]] for common cache operations that ApcCache supports.
*

Loading…
Cancel
Save