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

Bug #8620 typo error in PEAR_PackageFile_v2::getConfigureOptions()
Submitted: 2006-09-02 17:07 UTC
From: farell Assigned: pajoye
Status: Closed Package: PEAR (version 1.4.11)
PHP Version: 4.4.2 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2006-09-02 17:07 UTC] farell (Laurent Laville)
Description: ------------ Found a typo error while i run some tests on PEAR_PackageFileManager2. On file $Id: v2.php,v 1.129.2.1 2006/03/23 04:07:51 cellog Exp $ at line 1187. getConfigureOptions() method I think a 's' is missing regards Laurent Expected result: ---------------- $releases = $this->getReleases(); if (isset($releases[0])) { $releases = $releases[0]; } Actual result: -------------- $releases = $this->getReleases(); if (isset($releases[0])) { $releases = $release[0]; }

Comments

 [2006-09-02 20:40 UTC] pajoye (Pierre-Alain Joye)
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.