You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using authres_status with PHP 8.2 leads to regular roundcubemail errors.log Entries: PHP Warning: Undefined array key "authentication-results" in /var/www/roundcubemail/roundcubemail-current/plugins/authres_status/authres_status.php on line 339
Line 339 on my system is: $hasAuthenticationResultHeaders = (bool)$headers->others['authentication-results'];
which is identical in the most current dev-master:
Using authres_status with PHP 8.2 leads to regular roundcubemail errors.log Entries:
PHP Warning: Undefined array key "authentication-results" in /var/www/roundcubemail/roundcubemail-current/plugins/authres_status/authres_status.php on line 339
Line 339 on my system is:
$hasAuthenticationResultHeaders = (bool)$headers->others['authentication-results'];
which is identical in the most current dev-master:
authres_status/authres_status.php
Line 339 in c5ba704
The text was updated successfully, but these errors were encountered: