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

Bug #5500 Line 138, array_merge fails
Submitted: 2005-09-23 01:48 UTC
From: doconnor Assigned: jystewart
Status: Closed Package: Services_Technorati
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2005-09-23 01:48 UTC] doconnor
Description: ------------ Line 138, http://cvs.php.net/co.php/pear/Services_Technorati/Services/Technorati.php?r=1.13 array_merge($options, $chief_param); should be: $options = array_merge($options, $chief_param);

Comments

 [2005-09-23 02:10 UTC] jystewart at php dot net
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. Thanks. New version with fix will appear very soon.