Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.0.6

Request #16763 authorative info only: do not have server names included in output.
Submitted: 2009-11-04 22:00 UTC
From: kguest Assigned: kguest
Status: Closed Package: Net_Whois (version 1.0.1)
PHP Version: 5.2.5 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2009-11-04 22:00 UTC] kguest (Ken Guest)
Description: ------------ If I do a look up of facebook.com or answers.com (or any other domain with this problem) I get a list back of servernames that start with that domain and also the entry that is authorative for that domain. I only need the info for that domain - not interested in the others (such as ANSWERS.COM.ZZZZZ.DOWNLOAD.MOVIE.ONLINE.ZML2.COM, ANSWERS.COM.MORE.INFO.AT.WWW.BEYONDWHOIS.COM, ANSWERS.COM). Test script: --------------- <?php require_once 'Net/Whois.php'; $nw = new Net_Whois; echo $nw->query ("answers.com"); ?> Expected result: ---------------- don't expect the cruft. Actual result: -------------- cruft.

Comments

 [2009-11-06 16:36 UTC] kguest (Ken Guest)
-Assigned To: +Assigned To: kguest
 [2009-11-06 16:36 UTC] kguest (Ken Guest)
-Status: Assigned +Status: Closed
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.