PHP 7.4 exception: union types not supported #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
codemacher/tile_proxy#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
composer.jsonmarks this extension with PHP 7.4 compatibility.However installing it in a TYPO3 11LTS running PHP 7.4 creates an exception at
protected function createResponse(string|false $content, int $cacheHeaderTime): ResponseInterfacefor the union type
string|false.Union types were introduced with PHP 8
So it seems 1.1.1, 1.1.2, 1.1.3 are actually not PHP 7.4 compatible