diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-10-27 01:26:24 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-10-27 01:26:24 +0000 |
commit | 8a130b476504472968e51cc0ed69244c2252a217 (patch) | |
tree | cb70fe08d19e91b1c4c88ca826a6058f5831cfdb /dns/Makefile | |
parent | 38ca080f915e648a951d17390275677179921eee (diff) |
pear-Net_DNS2 provides (roughly) the same functionality as Net_DNS, but
using PHP5 objects, exceptions for error handling, better sockets support.
This release is (in most cases) 2x - 10x faster than Net_DNS, as well as
includes more RR's (including DNSSEC RR's), and improved sockets and streams
support.
WWW: http://pear.php.net/package/Net_DNS2/
Notes
Notes:
svn path=/head/; revision=263638
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index b36b81216cfd..05664eeefab4 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -120,6 +120,7 @@ SUBDIR += pdnsd SUBDIR += pear-File_DNS SUBDIR += pear-Net_DNS + SUBDIR += pear-Net_DNS2 SUBDIR += posadis SUBDIR += poweradmin SUBDIR += powerdns |