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

Bug #16650 Resource handle is lost on save/display
Submitted: 2009-09-28 04:29 UTC
From: mirko Assigned:
Status: Open Package: Image_Transform (version 0.9.3)
PHP Version: 5.2.5 OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 22 + 11 = ?

 
 [2009-09-28 04:29 UTC] mirko (Tsvetomir Andreev)
Description: ------------ GD.php:486 $this->imageHandle = $this->oldImage; it probably has to be the opposite $this->oldImage = $this->imageHandle; else the resource handle is lost unless you've called manipulation functions before and they have set $this->oldImage

Comments