TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user