Remove XCache and ZendDataCache support (#19904)

Co-authored-by: Stefano Mtangoo <stefano@hosannahighertech.co.tz>
This commit is contained in:
Stefano D. Mtangoo
2023-07-24 09:08:59 +03:00
committed by GitHub
parent 61195154aa
commit c9917f2057
20 changed files with 8 additions and 305 deletions

View File

@ -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',