PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Networking » Net_Whois » Bug #2052

Syntax error in line 248 & 249

Details

Submitted2004-08-04 13:09 UTC
Fromminakov at bas-net dot by
Assignedsvenasse
StatusClosed
PackageNet_Whois
PHP Version5.0.0
OSwinxp
Roadmaps(Not assigned)

Comments

[2004-08-04 13:09 UTC] minakov at bas-net dot by

Description:
------------
replace

if (strstr($line, $ipNicServer)) {
$nHost = $ipNicServer;
}

to

if (strstr($line, $this->_nicServers[$ipNicServer])) {
$nHost = $this->_nicServers[$ipNicServer];
}