Bug #95110
closedmissing str_ends_with() in PHP 7.4 composer min causes acceptance test failure.
100%
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
Updated by Gerrit Code Review about 3 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70894
Updated by Gerrit Code Review about 3 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/70894
Updated by Anja Leichsenring about 3 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 4c00b8df24ed049910f17d5a6761b627c44f8eac.
Updated by Christian Kuhn about 3 years ago
- Related to Feature #95077: Introduce Event for processing actions in File List added