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

Bug #1207 supporting old versions - fix included.
Submitted: 2004-04-14 12:06 UTC
From: alan_k Assigned: toby
Status: Closed Package: Image_Text
PHP Version: 4.3.1 OS: linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-04-14 12:06 UTC] alan_k
Description: ------------ .. in set color.. before the last if block: if (!function_exists('imagecolorallocatealpha')) { $this->colors[$id] = imagecolorallocate($this->_img, $color['r'],$color['g'],$color['b']); return true; } seems to work ok.

Comments

 [2004-04-14 18:25 UTC] toby
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.