Skip to content
Snippets Groups Projects
Commit 8687b1cf authored by Garvin Hicking's avatar Garvin Hicking Committed by Stefan Bürk
Browse files

[DOCS] Add migration note for removed GFX/gdlib setting

Resolves: #102113
Releases: main
Change-Id: I7304567faee9d0883d3c24d93b4b133fba7852d0
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81442


Reviewed-by: default avatarChris Müller <typo3@krue.ml>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarChris Müller <typo3@krue.ml>
parent 8ee62b1a
Branches
Tags
No related merge requests found
......@@ -29,6 +29,10 @@ are found.
Migration
=========
The configuration value has been removed without replacement. No migration is neccesary.
The configuration value has been removed without replacement.
Custom code that relied on :php:`$GLOBALS['TYPO3_CONF_VARS']['GFX']['gdlib']`
should instead also adopt to the simpler check
:php:`if (class_exists(\GdImage::class))`.
.. index:: LocalConfiguration, FullyScanned, ext:core
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment