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,37 @@
.. include:: /Includes.rst.txt
.. _breaking-61863:
===============================================================
Breaking: #61863 - deprecated connectDB from EidUtility removed
===============================================================
See :issue:`61863`
Description
===========
Method :code:`connectDB()` from :code:`\TYPO3\CMS\Frontend\Utility\EidUtility` has been removed.
Impact
======
Extensions that still use the function :code:`connectDB()` will trigger a fatal
PHP error when an eID script is called.
Affected installations
======================
A TYPO3 instance is affected if a 3rd party extension uses the removed function.
Migration
=========
The function can be removed safely. The database will connect itself if needed.
.. index:: PHP-API, Frontend