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,43 @@
.. include:: /Includes.rst.txt
.. _breaking-102931-1706198332:
==============================================
Breaking: #102931 - Removed hook in GifBuilder
==============================================
See :issue:`102931`
Description
===========
The hook :php:`$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_gifbuilder.php']['gifbuilder-ConfPreProcess']`
has been removed.
This hook was solely introduced in TYPO3 v3.8.0 for a specific use case which
isn't needed anymore, and thus removed.
At the same time the whole :php:`GifBuilder` class is now strictly typed.
Impact
======
PHP code utilizing this hook will not be executed anymore.
Affected installations
======================
TYPO3 installations with extensions utilizing this hook, which is highly unlikely.
Any usages can be found with the Extension Scanner in the Install Tool.
Migration
=========
It is recommended to hand in custom configuration already into GifBuilder
directly, and remove any usages to the hook in custom extension code.
.. index:: PHP-API, FullyScanned, ext:frontend