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

Bug #3860 PEAR_Dependency2 not included in 1 case
Submitted: 2005-03-17 11:02 UTC
From: schst Assigned: cellog
Status: Closed Package: PEAR
PHP Version: 5.0.2 OS: Linux/Debian
Roadmaps: (Not assigned)    
Subscription  


 [2005-03-17 11:02 UTC] schst
Description: ------------ After upgrading to PEAR 1.4a05 the PEAR command has been broken when trying to upgrade packages. Reproduce code: --------------- schst@rot3:php> pear5 upgrade chiara/PEAR_Server Fatal error: Class 'PEAR_Dependency2' not found in /usr/local/php5/lib/php/PEAR/Downloader/Package.php on line 1436 Adding a require_once in Package.php fixed the issue. Expected result: ---------------- Upgrade OK. Actual result: -------------- Fatal Error.

Comments

 [2005-03-17 15:00 UTC] cellog
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.