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

Bug #6356 Cannot re-assign $this
Submitted: 2005-12-28 15:21 UTC
From: grootenhuis at natuurlijk dot nl Assigned:
Status: Open Package: Image_Remote
PHP Version: 5.0.5 OS: linux
Roadmaps: (Not assigned)    
Subscription  


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 : 11 + 46 = ?

 
 [2005-12-28 15:21 UTC] grootenhuis at natuurlijk dot nl
Description: ------------ After upgrading PHP from 4.3.11 to 5.05 we got the following error: Fatal error: Cannot re-assign $this in /usr/share/pear/Image/Remote.php on line 197 We have disabled this temporarely, and now it works again. //if ($this->errstr) { // $this = new PEAR_Error($this->errstr); //} On the same page PEAR is also used for database requests!

Comments