[BUGFIX] Do not call "libxml_disable_entity_loader" in PHP 8
Because the method (finally) is deprecated in PHP 8, all calls in TYPO3 Core are wrapped in if statements to avoid deprecation warnings. PHP 8 effectively is more secure by default, which is a good thing, but we need to consider this in our code base, which still supports PHP 7 as well. Resolves: #93204 Releases: master, 10.4 Change-Id: I18d7e76e3de5cf48cd4c3cab0d68dea4e518f674 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/67329 Tested-by:Georg Ringer <georg.ringer@gmail.com> Tested-by:
TYPO3com <noreply@typo3.com> Tested-by:
Benjamin Franzke <bfr@qbus.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benjamin Franzke <bfr@qbus.de>
Showing
- typo3/sysext/core/Classes/Imaging/IconProvider/AbstractSvgIconProvider.php 7 additions, 2 deletions.../Classes/Imaging/IconProvider/AbstractSvgIconProvider.php
- typo3/sysext/core/Classes/Localization/Parser/AbstractXmlParser.php 7 additions, 2 deletions...xt/core/Classes/Localization/Parser/AbstractXmlParser.php
- typo3/sysext/core/Classes/Type/File/ImageInfo.php 7 additions, 3 deletionstypo3/sysext/core/Classes/Type/File/ImageInfo.php
- typo3/sysext/core/Classes/Utility/GeneralUtility.php 14 additions, 4 deletionstypo3/sysext/core/Classes/Utility/GeneralUtility.php
- typo3/sysext/dashboard/Classes/Widgets/RssWidget.php 7 additions, 2 deletionstypo3/sysext/dashboard/Classes/Widgets/RssWidget.php
- typo3/sysext/extensionmanager/Classes/Utility/Parser/ExtensionXmlPushParser.php 7 additions, 2 deletions...manager/Classes/Utility/Parser/ExtensionXmlPushParser.php
- typo3/sysext/frontend/Classes/ContentObject/ScalableVectorGraphicsContentObject.php 7 additions, 2 deletions...ses/ContentObject/ScalableVectorGraphicsContentObject.php
- typo3/sysext/recycler/Tests/Functional/Recycle/AbstractRecycleTestCase.php 6 additions, 2 deletions...cler/Tests/Functional/Recycle/AbstractRecycleTestCase.php
- typo3/sysext/t3editor/Classes/Controller/TypoScriptReferenceController.php 7 additions, 2 deletions...itor/Classes/Controller/TypoScriptReferenceController.php
Loading
Please register or sign in to comment