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
Hi,
There is an issue on dnsProtocol throwing a deprecated event on php8.2:
Found Creation of dynamic property Metaregistrar\DNS\dnsProtocol::$rawresponse is deprecated in line 208 of \composer\vendor\metaregistrar\php-dns-client\DNS\dnsProtocol.php
I checked that rawresponse is never used and is not a class property so I suggest just to comment it on dnsProtocol.php l.208
The text was updated successfully, but these errors were encountered:
Hi,
There is an issue on dnsProtocol throwing a deprecated event on php8.2:
I checked that
rawresponse
is never used and is not a class property so I suggest just to comment it on dnsProtocol.php l.208The text was updated successfully, but these errors were encountered: