From: "PEAR Announce" on
The new PEAR package Net_DNS-1.0.2 (stable) has been released at http://pear.php.net/.

Release notes
-------------
QA release
Bug #16312 fixed issue with NAPTR record
Bug #17672 replaced ereg_* with preg_*
Bug #17673 added support for SPF records
Bug #17674 added support for RP records
some more fixes included

Package Info
------------
A resolver library used to communicate with a name server to perform DNS queries, zone transfers, dynamic DNS updates, etc.
Creates an object hierarchy from a DNS server response, which allows you to view all of the information given by the DNS server. It bypasses the system resolver library and communicates directly with the server.

Related Links
-------------
Package home: http://pear.php.net/package/Net_DNS
Changelog: http://pear.php.net/package/Net_DNS/download/1.0.2
Download: http://download.pear.php.net/package/Net_DNS-1.0.2.tgz

Authors
-------
Marco Kaiser (lead)