[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:core-ci <typo3@b13.com> Tested-by:
Jochen <rothjochen@gmail.com> Tested-by:
Benni Mack <benni@typo3.org> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Jochen <rothjochen@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- typo3/sysext/core/Classes/Cache/Backend/WincacheBackend.php 3 additions, 0 deletionstypo3/sysext/core/Classes/Cache/Backend/WincacheBackend.php
- typo3/sysext/core/Documentation/Changelog/master/Deprecation-94665-WincacheCacheBackend.rst 73 additions, 0 deletions...angelog/master/Deprecation-94665-WincacheCacheBackend.rst
- typo3/sysext/core/Tests/UnitDeprecated/Cache/Backend/WincacheBackendTest.php 1 addition, 1 deletion...ests/UnitDeprecated/Cache/Backend/WincacheBackendTest.php
Please register or sign in to comment