Problem/Motivation

We still have a few references to XCache in the codebase. XCache seems dead; the website http://xcache.lighttpd.net/ no longer works and https://en.wikipedia.org/wiki/List_of_PHP_accelerators reports that it was only compatible up to PHP 5.6, which we no longer support.

Steps to reproduce

Proposed resolution

Remove all references to XCache.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

longwave created an issue. See original summary.

longwave’s picture

Status: Active » Needs review
FileSize
1.22 KB

Also removed some outdated comments in drupal_rebuild() referring to old classloaders, which don't exist in Symfony 4 since #3020296: Remove Symfony's classloader as it does not exist in Symfony 4

anu.a_95’s picture

FileSize
76.04 KB

Applied patch #2 successfully

The patch was applied cleanly and all the XCache references are removed

Before patch
Before

After patch
Only local images are allowed.

anu.a_95’s picture

Status: Needs review » Reviewed & tested by the community

  • catch committed cc86665 on 9.1.x
    Issue #3166317 by longwave, anu.a_zyxware: Remove remaining references...
catch’s picture

Title: Drop support for XCache » Remove remaining references to XCache
Status: Reviewed & tested by the community » Fixed

Committed cc86665 and pushed to 9.1.x. Thanks!

anu.a_95’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.