Skip to content
Snippets Groups Projects
Commit 1e5624e2 authored by Benni Mack's avatar Benni Mack Committed by Susanne Moog
Browse files

[!!!][TASK] Remove cache_phpcode cache configuration

The "cache_phpcode" cache was used for having TYPO3's own-baked
DBAL layer running. As this is not installed nor shipped anymore, the cache
configuration should be removed.

Resolves: #83243
Releases: master
Change-Id: Ic1c48b4090d3744239bdeb51ce1d178baf10aa40
Reviewed-on: https://review.typo3.org/54949


Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarMarkus Klein <markus.klein@typo3.org>
Tested-by: default avatarMarkus Klein <markus.klein@typo3.org>
Reviewed-by: default avatarSusanne Moog <susanne.moog@typo3.org>
Tested-by: default avatarSusanne Moog <susanne.moog@typo3.org>
parent f630f0fd
Branches
Tags
No related merge requests found
...@@ -132,14 +132,6 @@ return [ ...@@ -132,14 +132,6 @@ return [
], ],
'groups' => ['pages'] 'groups' => ['pages']
], ],
'cache_phpcode' => [
'frontend' => \TYPO3\CMS\Core\Cache\Frontend\PhpFrontend::class,
'backend' => \TYPO3\CMS\Core\Cache\Backend\FileBackend::class,
'options' => [
'defaultLifetime' => 0,
],
'groups' => ['system']
],
'cache_runtime' => [ 'cache_runtime' => [
'frontend' => \TYPO3\CMS\Core\Cache\Frontend\VariableFrontend::class, 'frontend' => \TYPO3\CMS\Core\Cache\Frontend\VariableFrontend::class,
'backend' => \TYPO3\CMS\Core\Cache\Backend\TransientMemoryBackend::class, 'backend' => \TYPO3\CMS\Core\Cache\Backend\TransientMemoryBackend::class,
......
.. include:: ../../Includes.txt
============================================================
Breaking: #83243 - Removed cache_phpcode cache configuration
============================================================
See :issue:`83243`
Description
===========
The Caching Framework configuration for `cache_phpcode` is unused since TYPO3 6.0 and has been removed without substitution.
Impact
======
Using `cache_phpcode` will throw a `NoSuchCacheException`.
Affected Installations
======================
Every installation using a 3rd party extension that still relies on `cache_phpcode` is affected.
.. index:: PHP-API, NotScanned
\ No newline at end of file
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