I’ve released version 1.3.2 of the PEAR Net_DNS2 library- you can install it now through the command line PEAR installer:
pear install Net_DNS2
Or, you can also add it to your project using composer.
Version 1.3.2
- added support for the EUI48 and EUI64 resource records (RFC7043).
- fixed how we handle the return values from socket select() statements; this wasn’t causing a problem, but it wasn’t quite right.
- added some error messaging when the socket times out).
- before we cache the data, unset the rdata value; this was causing some JSON errors to be generated, and we don’t need the data anyway.