| » Version | » Information |
|---|---|
| 1.0.1 |
Release date: 2009-06-08 06:32 UTC Release state: stable Changelog: QA release Bug #9168 Make mhash dependency optional Bug #9268 send_tcp method doesn't receive all packets Bug #10805 Invalid num values on x86_64 AMD Bug #12487 Spurious "Fatal error: Class 'Net_DNS_RR' not found" Bug #12573 incorrect license in package.xml bugfixes and transition to package2.xml Dependencies:
|
| 1.0.0 |
Release date: 2006-10-25 14: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:
|
| 1.0.0RC4 |
Release date: 2006-02-01 05:58 UTC Release state: beta Changelog: * BUGFIX #5339 * BUGFIX #6107 Dependencies:
|
| 1.0.0rc3 |
Release date: 2005-12-01 04:40 UTC Release state: beta Changelog: * Added new parameter for class constructor array with configuration values for the Net_DNS_Resolver() class Dependencies:
|
| 1.0.0rc2 |
Release date: 2005-11-30 14:01 UTC Release state: beta Changelog: * Fixed all pending bugs * Fixed coding styles * Added class documentation Dependencies:
|
| 1.0.0rc1 |
Release date: 2005-04-17 23:37 UTC Release state: beta Changelog: Fixed all pending bugs Ensured php5 compatibility Dependencies:
|
| 1.0.0b3 |
Release date: 2005-04-09 11:19 UTC Release state: beta Changelog: Fixed all pending bugs Ensured php5 compatibility Dependencies:
|
| 1.00b2 |
Release date: 2003-06-10 22: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.00b1 |
Release date: 2003-02-24 21: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.03 |
Release date: 2002-09-15 05: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.02 |
Release date: 2002-08-15 16:42 UTC Release state: alpha Changelog: Supports TSIG signed DNS packets for generating DNS update packets (re: rfc2485) |
| 0.01 |
Release date: 2002-05-15 17:18 UTC Release state: devel Changelog: Currently only supports A, CNAME, NS, PTR, MX, and SOA records. |