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.
Actions