FluidTYPO3 / vhs

TYPO3 extension VHS: Fluid ViewHelpers
https://fluidtypo3.org
Other
189 stars 228 forks source link

PHP 8.0 support #1746

Closed fnagel closed 2 years ago

fnagel commented 2 years ago

Are there any plan for supporting PHP 8.0 any time soon? Would be helpful for using TYPO3 11 LTS (see #1742).

NamelessCoder commented 2 years ago

Current development branch is compatible with PHP 8.1, but may not be E_NOTICE safe. Given that the TYPO3 core itself isn't E_NOTICE safe either, I don't take that as a huge issue. General advise for anyone reading this: configure your TYPO3 to not produce exceptions on E_NOTICE level warnings - otherwise you would very quickly run into issues not just with VHS.