codeguy / php-the-right-way

An easy-to-read, quick reference for PHP best practices, accepted coding standards, and links to authoritative tutorials around the Web
https://www.phptherightway.com
Other
9.04k stars 3.24k forks source link

Remove XCache #951

Closed petk closed 1 year ago

petk commented 1 year ago

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.

Xymph commented 1 year ago

Agreed, thanks.