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

Bug #6341 Undefined variable on line 315 & 378
Submitted: 2005-12-24 00:07 UTC
From: youka at noldor dot info Assigned: toby
Status: Closed Package: Services_Trackback
PHP Version: 5.0.5 OS: WinXP
Roadmaps: (Not assigned)    
Subscription  


 [2005-12-24 00:07 UTC] youka at noldor dot info
Description: ------------ ver0.5.0 line 315 > $res = $this->_checkURLs($url, $identifier, $strictness); meybe... > $res = $this->_checkURLs($url, $identifier, $this->_options['strictness']); line 378 > $req->addHeader("User-Agent", $this->options['useragent']); meybe... > $req->addHeader("User-Agent", $options['useragent']);

Comments

 [2006-02-09 19:11 UTC] toby
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.