Closed Padina14 closed 1 month ago
After the update from php7.4 to php8.2 I got a exception (see screenshot) I used the dev-master-branch.
The reason. The operator @ won't hide fatal errors in php8+. (https://www.php.net/manual/en/migration80.incompatible.php)
I develop the attached patch. ig_ldap_sso_auth-LdapUtility.patch
Thanks for reporting. Problem is fixed in branch feature/TYPO3v12. Further work will be done those days before merging to master and hopefully releasing.
feature/TYPO3v12
After the update from php7.4 to php8.2 I got a exception (see screenshot) I used the dev-master-branch.
The reason. The operator @ won't hide fatal errors in php8+. (https://www.php.net/manual/en/migration80.incompatible.php)
I develop the attached patch. ig_ldap_sso_auth-LdapUtility.patch