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

Bug #4959 Wrong dependency to PHPUnit
Submitted: 2005-08-01 09:21 UTC
From: toggg Assigned:
Status: Bogus Package: Math_Matrix
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: (Not assigned)    
Subscription  


 [2005-08-01 09:21 UTC] toggg
Description: ------------ pear -d preferred_state=beta upgrade --onlyreqdeps Math_Matrix Did not download dependencies: pear/PHPUnit, use --alldeps or --onlyreqdeps to download automatically Did not download dependencies: pear/PHPUnit, use --alldeps or --onlyreqdeps to download automatically pear/Math_Matrix requires package "pear/PHPUnit" (version <= 0.6.2), installed version is 1.2.3 pear/Math_Vector requires package "pear/PHPUnit" (version <= 0.6.2), installed version is 1.2.3 indeed, the package.xml indicates: <dep type="pkg" rel="le" version="0.6.2" optional="yes">PHPUnit</dep> Certainly, it should be ... rel="ge" ...

Comments

 [2005-08-26 19:58 UTC] toggg
typo in summary
 [2005-08-26 20:06 UTC] jmcastagnetto
When the latest release of Math_Matrix was made, PHPUnit had broken API BC, and required PHP 5 to work. Later that was fixed with the openning of PHPUnit2. As there has not been releases of Math_Matrix since then, the requirement stood there. This would change in an upcoming release now that PHPUnit's BC had been restored for some time.