TYPO3 v15 dev-main snapshot ()
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
.. include:: /Includes.rst.txt
|
||||
|
||||
.. _deprecation-85978:
|
||||
|
||||
==============================================
|
||||
Deprecation: #85978 - GraphicalFunctions->init
|
||||
==============================================
|
||||
|
||||
See :issue:`85978`
|
||||
|
||||
Description
|
||||
===========
|
||||
|
||||
The init method of :php:`GraphicalFunctions/Gifbuilder` was used as a constructor to set up various internal properties, and is now transferred into a real constructor, making the extra call to :php:`init()` obsolete.
|
||||
|
||||
|
||||
Impact
|
||||
======
|
||||
|
||||
Calling the method directly will trigger a PHP :php:`E_USER_DEPRECATED` error.
|
||||
|
||||
|
||||
Affected Installations
|
||||
======================
|
||||
|
||||
Any TYPO3 installation with extensions directly calling this method.
|
||||
|
||||
|
||||
Migration
|
||||
=========
|
||||
|
||||
No migration is needed, the constructor of :php:`GraphicalFunctions/Gifbuilder` takes care of the initialization of all settings.
|
||||
|
||||
.. index:: PHP-API, NotScanned, ext:core
|
||||
Reference in New Issue
Block a user