Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Status of php 8 support #259

Open
createdwithlove opened this issue Sep 22, 2022 · 1 comment
Open

Status of php 8 support #259

createdwithlove opened this issue Sep 22, 2022 · 1 comment

Comments

@createdwithlove
Copy link

According to the documentation, the extension is not yet suitable for PHP 8. However, when tested on a page (11.5.16) with PHP 8.1 with the master branch, it looks quite good overall. There are also merges from @bmack and @benjaminkott that refer to PHP 8.

How is further development planned here?

@velletti
Copy link

additonaly one remark:
php 7.4 and 8.0 are deprecated since some time and for TYPO3 LTS 12 at least PHP 8.1 is required.

but in extes nion Composer.json still max php is 8.0

for php 8.1 this settings may be quired to get extension running:
$GLOBALS['TYPO3_CONF_VARS']['SYS']['errorHandlerErrors'] = E_ALL ^ E_NOTICE;
$GLOBALS['TYPO3_CONF_VARS']['SYS']['exceptionalErrors'] = E_ALL ^ E_NOTICE ^ E_WARNING ^ E_USER_ERROR ^ E_USER_NOTICE ^ E_USER_WARNING;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants