Actions
Bug #90527
closedPHP 7.4 compatability for TYPO3 v9
Start date:
2020-02-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.4
Tags:
php7.4, compatability
Complexity:
no-brainer
Is Regression:
Sprint Focus:
Description
In TYPO3 v9 there is a file called PseudoSite.php in path: sysext/core/Classes/Site/Entity which has a method "sanitizeBaseUrl". This method uses curly braces syntax for accessing the first character of a string, which is deprecated in PHP 7.4, the fix would be to simple change form curly braces to brackets.
Updated by Georg Ringer over 4 years ago
- Tracker changed from Feature to Bug
- TYPO3 Version set to 9
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch 9.5 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63432
Updated by Georg Ringer over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9410da02fb88b86181b17b8bdcf70088f6fca2b1.
Actions