[!!!][TASK] Remove deprecated constants and runtime activated packages
This change removes the unneeded public constants - FILE_DENY_PATTERN_DEFAULT - PHP_EXTENSIONS_DEFAULT - TYPO3_copyright_year - TYPO3_URL_DONATE - TYPO3_URL_EXCEPTION - TYPO3_URL_GENERAL - TYPO3_URL_LICENSE - TYPO3_URL_WIKI_OPCODECACHE as well as the runtimeActivatedPackages feature, all of which have been marked as deprecated in TYPO3 v10. Resolves: #91477 Related: #91473 Releases: master Change-Id: I8e98509e2842d7fb116f44c31d4c10957b73a2ca Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/64584 Tested-by:TYPO3com <noreply@typo3.com> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Benni Mack <benni@typo3.org>
Showing
- typo3/sysext/core/Classes/Core/Bootstrap.php 0 additions, 18 deletionstypo3/sysext/core/Classes/Core/Bootstrap.php
- typo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php 0 additions, 41 deletionstypo3/sysext/core/Classes/Core/SystemEnvironmentBuilder.php
- typo3/sysext/core/Classes/Package/PackageManager.php 3 additions, 41 deletionstypo3/sysext/core/Classes/Package/PackageManager.php
- typo3/sysext/core/Documentation/Changelog/master/Breaking-91473-DeprecatedFunctionalityRemoved.rst 11 additions, 0 deletions.../master/Breaking-91473-DeprecatedFunctionalityRemoved.rst
- typo3/sysext/core/Tests/Functional/Package/RuntimeActivatedPackagesTest.php 0 additions, 41 deletions...Tests/Functional/Package/RuntimeActivatedPackagesTest.php
- typo3/sysext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php 0 additions, 29 deletions...ext/core/Tests/Unit/Core/SystemEnvironmentBuilderTest.php
- typo3/sysext/install/Configuration/ExtensionScanner/Php/ConstantMatcher.php 16 additions, 8 deletions...ll/Configuration/ExtensionScanner/Php/ConstantMatcher.php
Please register or sign in to comment