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,36 @@
.. include:: /Includes.rst.txt
.. _breaking-77416:
===============================================================
Breaking: #77416 - Removed property from DatabaseIntegrityCheck
===============================================================
See :issue:`77416`
Description
===========
The property :php:`$perms_clause` has been removed from class :php:`DatabaseIntegrityCheck`.
Impact
======
Setting or reading this property on an instance of :php:`TYPO3\CMS\Core\Integrity\DatabaseIntegrityCheck` will
result in a fatal PHP error.
Affected Installations
======================
All installations with a 3rd party extension using this class.
Migration
=========
No migration available.
.. index:: PHP-API, Database