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

Bug #6395 install directory
Submitted: 2006-01-02 16:03 UTC
From: fela at fela dot pl Assigned: drewish
Status: Closed Package: Image_Color2
PHP Version: 5.1.1 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2006-01-02 16:03 UTC] fela at fela dot pl
Description: ------------ I thing there is a mistake in package.xml file which causes installation of package in invalid place. <dir name="/"> <file baseinstalldir="Image" name="Image/Color2/Model.php" role="php" /> <file baseinstalldir="Image" name="Image/Color2/Model/Cmyk.php" role="php" /> ... </dir> If there is defined baseinstalldir as "Image", so I thing name shouldn't contains "Image" directory Expected result: ---------------- Image Image/Color2 Image/Color2/Model Image/Color2/Model/Hex.php Image/Color2/Model/Hsl.php Image/Color2/Model/Hsv.php Image/Color2/Model/Named.php Image/Color2/Model/WebsafeHex.php Image/Color2/Model/Cmyk.php Image/Color2/Model/Grayscale.php Image/Color2/Model.php Image/Color2.php Image/Color.php Actual result: -------------- Image Image/Image Image/Image/Color2 Image/Image/Color2/Model Image/Image/Color2/Model/Hex.php Image/Image/Color2/Model/Hsl.php Image/Image/Color2/Model/Hsv.php Image/Image/Color2/Model/Named.php Image/Image/Color2/Model/WebsafeHex.php Image/Image/Color2/Model/Cmyk.php Image/Image/Color2/Model/Grayscale.php Image/Image/Color2/Model.php Image/Image/Color2.php Image/Color.php

Comments

 [2006-01-03 05:55 UTC] drewish at php dot net
Good catch, I've corrected this in CVS and a new release will be up shortly.
 [2006-01-03 06:19 UTC] drewish at php dot net
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Image_Color2