Skip to content

TYPO3 v11 with php8.1

Compare
Choose a tag to compare
@tastensolo tastensolo released this 05 Jun 15:25
· 227 commits to main since this release
[BUGFIX] makes cart extension compatible to php version 8.1

* unserialize(): Passing null to parameter of type string is deprecates
* PHP Warning Undefined array key: use isset before address some array keys
* PHP Warning Undefined array key: use null coalescing operator to set default values if settings not present