Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server Alias: pear-Net-DNS https://bugzilla.redhat.com/show_bug.cgi?id=448204 ------- Additional Comments From fedora@xxxxxxxxxxxxxxxxx 2008-07-13 11:09 EST ------- Seems to work fine, with simple test case : <?php require ("Net/DNS.php"); $dns = new Net_DNS_Resolver(); echo "--- Status :\n" . $dns->string(); echo "\n--- Question :\n"; $res = $dns->search("www.fedoraproject.org"); if ($res) $res->display(); else echo "failed !\n"; ?> -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review