Remove XCache

XCache integration made sense with PHP 5.6 and older versions. With
OPCache being available directly in the PHP it made less sense to enable
it as well. Also the upstream site doesn't seem to be maintained anymore.
This commit is contained in:
Peter Kokot
2023-01-11 20:49:53 +01:00
parent bbde1b0f4b
commit af09e70c87
2 changed files with 1 additions and 4 deletions

View File

@@ -16,7 +16,6 @@ Read more about opcode caches:
* [Zend OPcache][opcache-book] (bundled with PHP since 5.5)
* Zend OPcache (formerly known as Zend Optimizer+) is now [open source][Zend Optimizer+]
* [APC] - PHP 5.4 and earlier
* [XCache]
* [WinCache] (extension for MS Windows Server)
* [list of PHP accelerators on Wikipedia][PHP_accelerators]
* [PHP Preloading] - PHP >= 7.4
@@ -24,7 +23,6 @@ Read more about opcode caches:
[opcache-book]: https://secure.php.net/book.opcache
[APC]: https://www.php.net/book.apcu
[XCache]: https://github.com/lighttpd/xcache
[Zend Optimizer+]: https://github.com/zendtech/ZendOptimizerPlus
[WinCache]: https://www.iis.net/downloads/microsoft/wincache-extension
[PHP_accelerators]: https://wikipedia.org/wiki/List_of_PHP_accelerators