In PHP 8.2 and later, setting a value to an undeclared class property is deprecated and emits a deprecation notice. So we need to add missing class properties that still need to be declared.
AMOS BEGIN MOV [check_noauth_details,report_security],[check_noauth_details,auth_none] MOV [check_noauth_error,report_security],[check_noauth_error,auth_none] MOV [check_noauth_name,report_security],[check_noauth_name,auth_none] MOV [check_noauth_ok,report_security],[check_noauth_ok,auth_none] AMOS END