[Bug 448204] Review Request: php-pear-Net-DNS - Resolver library used to communicate with a DNS server

bugzilla at redhat.com bugzilla at redhat.com
Sun Jul 13 15:09:28 UTC 2008


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 at famillecollet.com  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.




More information about the Fedora-package-review mailing list