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

Bug #7018 [PATCH] Warnings
Submitted: 2006-03-04 18:09 UTC
From: ieure at php dot net Assigned: ieure
Status: Closed Package: Net_Dict (version 1.0.3)
PHP Version: 5.1.2 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-03-04 18:09 UTC] ieure at php dot net (Ian Eure)
Description: ------------ There are several warnings present when using Net_Dict with E_ALL. - The constructor does an is_object() check on an undeclared variable. It's obviously a typo. - connect() passed a non-existent array (by reference) to preg_match. This prevents $servinfo from being set correctly. Patch is here: http://atomized.org/PEAR/Net_Dict/Net_Dict-5-warnings.patch

Comments

 [2006-05-10 20:10 UTC] ieure at php dot net (Ian Eure)
This bug has been fixed in CVS. 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.