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

Bug #7045 resize options argument is not passed
Submitted: 2006-03-07 10:25 UTC
From: fela Assigned: jausions
Status: Closed Package: Image_Transform (version 0.9.0)
PHP Version: 5.1.2 OS: All
Roadmaps: (Not assigned)    
Subscription  


 [2006-03-07 10:25 UTC] fela (Michal Felski)
Description: ------------ Image_Transform line 259 function resize is defined as: function resize($new_x = 0, $new_y = 0, $options = null) result of this function is passed to driver class by return $this->_resize($new_x, $new_y); but without $options parameter Expected result: ---------------- please change 270 line to: return $this->_resize($new_x, $new_y, $options); Actual result: -------------- if somebody want to use $options argument must call directly _resize() method but it is not very well.

Comments

 [2006-03-07 20:54 UTC] jausions
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.