TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,38 @@
.. include:: /Includes.rst.txt
.. _deprecation-93038:
==================================================
Deprecation: #93038 - ReferenceIndex runtime cache
==================================================
See :issue:`93038`
Description
===========
Two methods of class :php:`ReferenceIndex` have been marked as deprecated:
* :php:`ReferenceIndex->enableRuntimeCache()`
* :php:`ReferenceIndex->disableRuntimeCache()`
Impact
======
Calling these methods will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Instances with extensions calling above methods are affected. The extension
scanner locates candidates.
Migration
=========
The method calls can be dropped, cache handling is done internally.
.. index:: PHP-API, FullyScanned, ext:core