Skip to content
Snippets Groups Projects
Commit 0d2cd6c2 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Deprecate wincache cache backend

The upstream wincache PHP module is unmaintained, a
PHP 7.4 version came late and there is no work for
a PHP 8 compatible version on the horizon.

The ApcuBackend is a suitable alternative that works
on windows platform as ram driven key/value store.

The patch deprecates the wincache based cache
backend implementation.

Resolves: #94665
Releases: master
Change-Id: I6e1eb551c048f73d48c85ed498d1cd4caab266d3
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70130


Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarJochen <rothjochen@gmail.com>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarJochen <rothjochen@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent d780c0b5
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment