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

Bug #2113 Fatal error: Using $this when not in object context in /usr/local/lib/php/Mail/
Submitted: 2004-08-11 23:07 UTC
From: jer0me at free dot fr Assigned: sean
Status: Closed Package: Mail_Mime
PHP Version: 5.0.0 OS: Debian linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-08-11 23:07 UTC] jer0me at free dot fr
Description: ------------ Fatal error: Using $this when not in object context in /usr/local/lib/php/Mail/mimeDecode.php on line 168 with: $output = Mail_mimeDecode::decode($Params); => no fatal error with $mail_mimedecode=new Mail_mimeDecode($input); $output = $mail_mimedecode->decode($Params); Same bug: Bug #1563 Fatal error: Using $this when not in object context Submitted: 2004-06-06 20:34 Status: Closed Package: Mail Version: 5.0.0RC2 (Release Candidate 2) OS: redhat-7.3

Comments

 [2004-09-06 09:50 UTC] dufuz
Just wanted to point out, those aren't the same bugs, the bug report you point to is for the package Mail
 [2004-12-08 17:12 UTC] sean
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.