Home » Networking » Net_Whois
The PEAR::Net_Whois class provides a tool to query internet domain name and network number directory services
This package is unmaintained.
Download latest release 1.0.6 (archived versions might be outdated)
License: PHP
Description
The PEAR::Net_Whois looks up records in the databases maintained by several Network Information Centers (NICs).
Documentation
Maintainers
- Seamus Venasse (svenasse) — lead, active
- Ken Guest (kguest) — lead, active
Dependencies
Required
- PHP (>= 4.0.0)
- PEAR Installer (>= 1.4.0b1)
- Net_Socket
Releases
- 1.0.6 (stable, 2019-12-08)
Release notes
License: PHP
* Fix compatibility with PHP 7.2 [vickersa1]
- 1.0.5 (stable, 2011-08-10)
Release notes
License: PHP
* Fix Bug #18005: Whois Server: not defined. [kguest]
* Fix Bug #18699: Net_Whois does not return results for .de domains. [kguest] - 1.0.4 (stable, 2010-07-25)
Release notes
License: PHP
* Fix Bug #17443: Tarball distribute files dated in 1970 [kguest]
* Fix Bug #17476: [test.com] Undefined index: server [kguest]
* Fix Bug #17480: Query for co.za multiple errors [kguest]
* Fix Bug #17493: Remove whois.nic.mil and .mil supprt [kguest]
* Fix Bug #17496: $_nicServers should be FQDN [kguest]
* Fix Bug #17498: PHP Version [kguest]
* Fix Bug #17540: GNICHOST is redundant [kguest]
* Fix Bug #17541: construct cleanup [kguest]
* Fix Bug #17564: regex too strict for authoritative lookups [kguest]
* Fix Bug #17569: ReferralServer support [kguest]
* Fix Bug #17571: Fix E_STRICT error in _chooseServer [kguest]
* Fix Bug #17614: Notice: Undefined variable: domain in .../Whois.php on line 362 [kguest]
* Fix Bug #17615: looping bug with domains on the "whois.tucows.com" whois server. [kguest]
* Implement Feature #17449: Please, consider realising under PHP 3.01 license [kguest] - 1.0.3 (stable, 2010-05-31)
- 1.0.2 (stable, 2009-11-06)
Release notes
License: PHP
Request #16763 authoritative info only: do not have server names included in output
- 1.0.1 (stable, 2008-12-20)
Release notes
License: PHP
Bug #579 Net_Whois fails
Bug #1301 Not "optimized" in a call to PEAR_ERROR
Bug #1304 Syntax error in line 165
Bug #2052 Syntax error in line 248 & 249
Bug #2053 Syntax error in line 264
Bug #4859 DB_FETCHMODE_ASSOC and CaseSensitiveField
Bug #6348 Using = before domain name hangs ?
Bug #14799 Improve PHPCS results - 1.0 (stable, 2003-02-12)
Release notes
License: PHP
Bug #579 Net_Whois fails
Bug #1301 Not "optimized" in a call to PEAR_ERROR
Bug #1304 Syntax error in line 165
Bug #2052 Syntax error in line 248 & 249
Bug #2053 Syntax error in line 264
Bug #4859 DB_FETCHMODE_ASSOC and CaseSensitiveField
Bug #6348 Using = before domain name hangs ?
Bug #14799 Improve PHPCS results
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #579 | Closed | Bug | 2004-01-14 | Net_Whois fails | |
| #1301 | Closed | Bug | 2004-04-27 | Not "optimized" in a call to PEAR_ERROR | |
| #1304 | Closed | Bug | 2004-04-27 | Syntax error in line 165 | |
| #2052 | Closed | Bug | 2004-08-04 | Syntax error in line 248 & 249 | |
| #2053 | Bogus | Bug | 2004-08-04 | Syntax error in line 264 | |
| #2072 | Bogus | Req | 2004-08-05 | clerical error?? | |
| #4017 | Bogus | Req | 2005-03-31 | Add lookup of whois server per TLD | |
| #4859 | Closed | Req | 2005-07-19 | DB_FETCHMODE_ASSOC and CaseSensitiveField | |
| #6348 | Closed | Bug | 2005-12-26 | Using = before domain name hangs ? | |
| #11407 | Bogus | Doc | 1.0 | 2007-06-22 | Net_Whois depends on Net_Socket not documented |
| #12408 | No Feedback | Bug | 1.0 | 2007-11-08 | 1+22=23 |
| #14799 | Closed | Req | CVS | 2008-10-15 | Improve PHPCS results |
| #15130 | Closed | Bug | CVS | 2008-11-22 | Parse error: syntax error, unexpected ')' in ./Net_Whois/Whois.php on line 244 |
| #16763 | Closed | Req | 1.0.1 | 2009-11-04 | authorative info only: do not have server names included in output. |
| #16837 | Closed | Bug | 1.0.2 | 2009-11-26 | it's "authoritative" not "authorative" |
| #17443 | Closed | Bug | 1.0.2 | 2010-05-27 | Tarball distribute files dated in 1970 |
| #17444 | Closed | Req | 1.0.2 | 2010-05-27 | timeout option |
| #17449 | Closed | Doc | 1.0.3 | 2010-05-31 | Please, consider realising under PHP 3.01 license |
| #17469 | Duplicate | Bug | 1.0.3 | 2010-06-06 | Query for "=test.com" returns "Unable to open socket" |
| #17476 | Closed | Bug | SVN | 2010-06-09 | [test.com] Undefined index: server |
| #17478 | Duplicate | Bug | SVN | 2010-06-09 | Error for "hrsfc.ac.uk" and other sTLDs |
| #17480 | Closed | Bug | SVN | 2010-06-09 | Query for co.za multiple errors |
| #17493 | Closed | Bug | SVN | 2010-06-15 | Remove whois.nic.mil and .mil supprt |
| #17494 | Closed | Req | SVN | 2010-06-15 | Socket context options support |
| #17495 | Closed | Bug | SVN | 2010-06-15 | _connect function no error if no $nicServer |
| #17496 | Closed | Bug | SVN | 2010-06-15 | $_nicServers should be FQDN |
| #17497 | Assigned | Req | SVN | 2010-06-15 | Nominet WHOIS2 support |
| #17498 | Closed | Bug | SVN | 2010-06-15 | PHP Version |
| #17539 | Assigned | Req | SVN | 2010-07-01 | $nicServer on _connect() should be optional |
| #17540 | Closed | Bug | SVN | 2010-07-01 | GNICHOST is redundant |
| #17541 | Closed | Bug | SVN | 2010-07-01 | construct cleanup |
| #17564 | Closed | Bug | SVN | 2010-07-06 | regex too strict for authoritative lookups |
| #17569 | Closed | Bug | SVN | 2010-07-06 | ReferralServer support |
| #17571 | Closed | Bug | SVN | 2010-07-07 | Fix E_STRICT error in _chooseServer |
| #17612 | Closed | Req | SVN | 2010-07-20 | Server Logging |
| #17613 | Bogus | Bug | SVN | 2010-07-20 | DOS (CR+LF) instead of UNIX (LF) |
| #17614 | Closed | Bug | SVN | 2010-07-20 | Notice: Undefined variable: domain in .../Whois.php on line 362 |
| #17615 | Closed | Bug | SVN | 2010-07-20 | looping bug with domains on the "whois.tucows.com" whois server. |
| #18002 | Closed | Req | SVN | 2010-10-27 | Socket wrapper function |
| #18005 | Closed | Bug | SVN | 2010-10-28 | Whois Server: not defined |
| #18699 | Closed | Bug | 1.0.4 | 2011-07-31 | Net_Whois does not return results for *.de domains |
| #18732 | Open | Req | 1.0.5 | 2011-08-14 | .jp domains do not display japanese characters |
| #18733 | No Feedback | Bug | 1.0.5 | 2011-08-15 | .nz not returning whois results |
| #19849 | Bogus | Bug | 1.0.5 | 2013-03-11 | using $this not in object |
| #19850 | Duplicate | Bug | 1.0.5 | 2013-03-11 | using $this not in object |
| #19851 | Duplicate | Bug | 1.0.5 | 2013-03-11 | using $this not in object |
| #20315 | Open | Req | 1.0.5 | 2014-06-26 | Would you consider changing the license to another BSD style license? |