fix xcache link (#19543)

This commit is contained in:
Ihor Sychevskyi
2022-09-07 09:24:35 +03:00
committed by GitHub
parent 473ead8e46
commit 27344557ea

View File

@ -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.
*