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  
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes. If this is not your bug, you can add a comment by following this link. If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: grootenhuis at natuurlijk dot nl
New email:
PHP Version: Package Version: OS:

 

 [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