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-85727:
==================================================================
Deprecation: #85727 - DatabaseIntegrityCheck moved to EXT:lowlevel
==================================================================
See :issue:`85727`
Description
===========
The PHP class :php:`TYPO3\CMS\Core\Integrity\DatabaseIntegrityCheck` has been moved from the system
extension `core` to `lowlevel`. The PHP class has been renamed to
:php:`TYPO3\CMS\Lowlevel\Integrity\DatabaseIntegrityCheck`.
Impact
======
Calling the old class name will trigger a PHP :php:`E_USER_DEPRECATED` error.
Affected Installations
======================
Any TYPO3 installation where this PHP class is in use within a TYPO3 extension.
Migration
=========
Ensure that the system extension `lowlevel` is installed, and the caller code uses the new class name.
For TYPO3 v9, the old class is kept in place and will be removed in TYPO3 v10.
.. index:: ext:lowlevel, FullyScanned