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

Bug #17541 construct cleanup
Submitted: 2010-07-01 14:54 UTC
From: hm2k Assigned: kguest
Status: Closed Package: Net_Whois (version SVN)
PHP Version: 5.3.2 OS:
Roadmaps: 1.0.4    
Subscription  


 [2010-07-01 14:54 UTC] hm2k (James Wade)
Description: ------------ A lot of the code in the construct is unnecessary. Test script: --------------- <?php function Net_Whois() { $this->PEAR(); $port = getservbyname('whois', 'tcp'); if ($port) { $this->port = $port; } } ?>

Comments

 [2010-07-05 21:30 UTC] kguest (Ken Guest)
-Assigned To: +Assigned To: kguest
 [2010-07-05 21:31 UTC] kguest (Ken Guest)
-Status: Assigned +Status: Closed -Roadmap Versions: +Roadmap Versions: 1.0.4
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. fixed
 [2010-07-06 17:06 UTC] hm2k (James Wade)
-Status: Closed +Status: Open
A patch to follow, with further improvements.
 [2010-07-06 17:06 UTC] hm2k (James Wade)
 [2010-07-07 03: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.