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

Bug #18699 Net_Whois does not return results for *.de domains
Submitted: 2011-07-31 14:19 UTC
From: goan69 Assigned: kguest
Status: Closed Package: Net_Whois (version 1.0.4)
PHP Version: 5.3.6 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2011-07-31 14:19 UTC] goan69 (Mark Dickenson)
Description: ------------ Use this link that use Net_Whois for an example. http://internet-portal.me/domain/?dns=http://www.magazine-deutschland.de/ Works with any domain EXCEPT .de domains (Germany) Just replace ?dns=domain to test. Test script: --------------- require_once "Net/Whois.php"; $whois = new Net_Whois(); // Lookup by DNS hostname $host = filter_var($_GET['dns']); $info = $whois->query($host); $info = nl2br($info); ech $info' Expected result: ---------------- Expect to see whois results for any German domain (*.de) Actual result: -------------- As per the example I only get : Domain: magazine-deutschland.de Status: connect AND NOTHING ELSE ALSO microsoft.com, msn.com and google.com return hacked whois results.

Comments

 [2011-07-31 19:17 UTC] goan69 (Mark Dickenson)
-Summary: Net_Whois does not rurn results for *.de domains +Summary: Net_Whois does not return results for *.de domains
 [2011-08-10 06:32 UTC] kguest (Ken Guest)
-Assigned To: +Assigned To: kguest
 [2011-08-10 06:33 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. I've fixed this in subversion - I'll roll a new release soon.