Fix #20541: Remove deprecated caching components: XCache and ZendDataCache, and update related tests and documentation

This commit is contained in:
Wilmer Arambula
2025-09-26 05:43:19 -03:00
committed by GitHub
parent 973a55f90e
commit 31106c86fe
20 changed files with 12 additions and 312 deletions

View File

@ -86,8 +86,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',