mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-06 14:19:23 +08:00
Remove XCache and ZendDataCache support (#19904)
Co-authored-by: Stefano Mtangoo <stefano@hosannahighertech.co.tz>
This commit is contained in:

committed by
GitHub

parent
61195154aa
commit
c9917f2057
@ -85,8 +85,6 @@ return [
|
||||
'yii\caching\MemCacheServer' => YII2_PATH . '/caching/MemCacheServer.php',
|
||||
'yii\caching\TagDependency' => YII2_PATH . '/caching/TagDependency.php',
|
||||
'yii\caching\WinCache' => YII2_PATH . '/caching/WinCache.php',
|
||||
'yii\caching\XCache' => YII2_PATH . '/caching/XCache.php',
|
||||
'yii\caching\ZendDataCache' => YII2_PATH . '/caching/ZendDataCache.php',
|
||||
'yii\captcha\Captcha' => YII2_PATH . '/captcha/Captcha.php',
|
||||
'yii\captcha\CaptchaAction' => YII2_PATH . '/captcha/CaptchaAction.php',
|
||||
'yii\captcha\CaptchaAsset' => YII2_PATH . '/captcha/CaptchaAsset.php',
|
||||
|
Reference in New Issue
Block a user