FluidTYPO3 / vhs

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

Update AssetService.php for PHP 8 #1761

Closed warki closed 2 years ago

warki commented 2 years ago

Bugfix for PHP8 while updating a content element

balti02 commented 2 years ago

how can i Install php 7/8 Windows 10

NamelessCoder commented 2 years ago

Thanks for the PR.

Generally, you should probably consider disabling E_NOTICE (at least, set TYPO3 error handling to not throw an exception on E_NOTICE). Even the TYPO3 core itself is not yet E_NOTICE safe and you'll probably run into other problems besides this one.

how can i Install php 7/8 Windows 10

I'm not sure but I would probably investigate how to run multiple php-fpm daemons with different versions. At least on Linux it's easier to side-load multiple PHP versions through FPM.

The build failure is however not caused by your change - it's an issue with the TYPO3 composer installers and it's outside our control.