Actions
Bug #95110
closedmissing str_ends_with() in PHP 7.4 composer min causes acceptance test failure.
Start date:
2021-09-04
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
https://review.typo3.org/c/Packages/TYPO3.CMS/+/70835
introduces a call to https://www.php.net/str_ends_with, which is a PHP 8.0 function.
Package symfony/polyfill-php80 is required in min version 1.15.0, but the polyfill function was only introduced with version 1.16.0, see https://github.com/symfony/polyfill-php80/commit/cb64c503a89a49bcf6334a57639e244e488b0fe9
Actions