Top Level :: Networking

Package Information: Net_DNS

Show All Changelogs
» Version » Information
1.0.0Download

Release date: 2006-10-25 18:08 UTC
Release state: stable

Changelog:

some minor bugfixes and a security fix.
$phpdns_basedir was removed an require_once statements
related to this variable are now hardcoded.
Bugfix #9162

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PHP Extension: mhash
1.0.0RC4Download

Release date: 2006-02-01 10:58 UTC
Release state: beta

Changelog:

* BUGFIX #5339
* BUGFIX #6107

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PHP Extension: mhash
1.0.0rc3Download

Release date: 2005-12-01 09:40 UTC
Release state: beta

Changelog:

* Added new parameter for class constructor
array with configuration values for the
Net_DNS_Resolver() class

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PHP Extension: mhash
1.0.0rc2Download

Release date: 2005-11-30 19:01 UTC
Release state: beta

Changelog:

* Fixed all pending bugs
* Fixed coding styles
* Added class documentation

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PHP Extension: mhash
1.0.0rc1Download

Release date: 2005-04-18 03:37 UTC
Release state: beta

Changelog:

Fixed all pending bugs
Ensured php5 compatibility

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PHP Extension: mhash
1.0.0b3Download

Release date: 2005-04-09 15:19 UTC
Release state: beta

Changelog:

Fixed all pending bugs
Ensured php5 compatibility

Dependencies:
  • PHP Version: PHP 4.2 or newer
  • PHP Extension: mhash
1.00b2Download

Release date: 2003-06-11 02:48 UTC
Release state: beta

Changelog:

- More RR types supported: AAAA, HINFO, NAPTR, SRV, and TXT (Sara Goleman).
- Fixed bug 23812 (as well as other unreported bugs)
- Added capability for extracting arbritrary lables from a packet (Sara Goleman).

1.00b1Download

Release date: 2003-02-25 02:47 UTC
Release state: beta

Changelog:

- Tested with PHP 4.3.0
- Should have no warnings under with maximum error_reporting setting
- Fixed bug: did not understand name server responses using the one-answer zone transfer format
- Fixed more problems with PHP warning about uninitialized variables

Note that the interface to the axfr function has changed. Software relying on the old (buggy) style of axfr queries will need to be updated to call axfr_old() instead of axfr(). The new axfr() function will not return a DNS packet, but an array of RRs ONLY.

0.03Download

Release date: 2002-09-15 09:44 UTC
Release state: stable

Changelog:

Now has stable support of DNS queries, socket handling, and packet parsing/generating. Any problems at this point should be considered bugs and should be reported ASAP. Running this code with E_ALL should be acceptable -- any warnings generated should be submitted to eric@ypass.net.

0.02Download

Release date: 2002-08-15 20:42 UTC
Release state: alpha

Changelog:

Supports TSIG signed DNS packets for generating DNS update packets (re: rfc2485)

0.01Download

Release date: 2002-05-15 21:18 UTC
Release state: devel

Changelog:

Currently only supports A, CNAME, NS, PTR, MX, and SOA records.