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
.. _breaking-73514:
============================================================
Breaking: #73514 - TypoScript property "includeLibs" removed
============================================================
See :issue:`73514`
Description
===========
The TypoScript property to load additional PHP libraries via `.includeLibs` has been removed from the Content
Objects `COA/COA_INT` and `USER/USER_INT`.
Impact
======
Setting the `.includeLibs` property will have no effect anymore.
Affected Installations
======================
Any installation using a very old pi_based extension that does not ship proper class naming or autoloading
information.
Migration
=========
Make sure everything that was previously loaded via includeLibs is now encapsulated in proper PHP classes,
which is referenced by USER/USER_INT when needed.
.. index:: PHP-API, TypoScript