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
Download it directly from the Google Code pageĀ here.
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.
Hi Mike, have a demo of this running somewhere sir?
http://code.google.com/p/netdns2/
thx…Jim
Hey Jim,
There are some examples on the Google Code page-
https://code.google.com/p/netdns2/wiki/ResolverExample
If you’re looking for something specific- just let me know,
Mike
It is only pity that in order to install the package via Composer I also need to install SVN.