Project

General

Profile

Actions

Bug #90527

closed

PHP 7.4 compatability for TYPO3 v9

Added by Robin Louis van Komen about 4 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
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

Also available in: Atom PDF