From 27344557ea415011afda1d26be0df1496a1cc51a Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Wed, 7 Sep 2022 09:24:35 +0300 Subject: [PATCH] fix xcache link (#19543) --- framework/caching/XCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/caching/XCache.php b/framework/caching/XCache.php index 19d1bec9c0..06c305de2e 100644 --- a/framework/caching/XCache.php +++ b/framework/caching/XCache.php @@ -10,7 +10,7 @@ namespace yii\caching; /** * XCache provides XCache caching in terms of an application component. * - * To use this application component, the [XCache PHP extension](http://xcache.lighttpd.net/) must be loaded. + * To use this application component, the [XCache PHP extension](https://github.com/lighttpd/xcache) must be loaded. * Also note that the [[flush()]] functionality will work correctly only if "xcache.admin.enable_auth" * is set to "Off" in php.ini. *