php-dns-client icon indicating copy to clipboard operation
php-dns-client copied to clipboard

A php-only, object oriented client that is able to retrieve and process DNS records

Results 2 php-dns-client issues
Sort by recently updated
recently updated
newest added

Add timeout for reading data, see Note here - https://www.php.net/manual/en/function.fsockopen.php Error handler which is set here - https://github.com/metaregistrar/php-dns-client/blob/master/DNS/dnsProtocol.php#L57 is never removed and turns all user code errors into dnsException.

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...