Releases: DaveRandom/LibDNS
Releases · DaveRandom/LibDNS
Version 2.1.0
Version 2.0.3
- Fixed deprecation warning for 32 bit on PHP 8.2 (#28)
Version 2.0.2
- Fix
Message#getResponseCode()
return value (#22)
Version 2.0.1
- Fix
IPv6Address#setOctets()
- Add explicit
ctype
dependency to composer.json
Version 2.0.0
- Allow empty domain names (happens when root server records are returned)
Version 2.0.0 alpha-2
- Fix encoding of type field in responses
Version 2.0.0 alpha-1
- Minimum PHP version is now 7.0, strict types implemented
- Default value for
Decoder::$allowTrailingData
is nowtrue
- Added IDN support when ext/intl is present
Version 1.1.0
Added the $allowTrailingData
decoder option for badly behaved servers
Version 1.0.1
Minor bugfixes, small efficiency improvements and code style unification.
Version 1.0.0
First stable release