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

Bug #5710 Little reference bugs
Submitted: 2005-10-18 05:31 UTC
From: firman Assigned: cipri
Status: Closed Package: Mail_Mime
PHP Version: 4.4.0 OS: Windows XP Prof
Roadmaps: 1.4.0    
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 : 39 + 21 = ?

 
 [2005-10-18 05:31 UTC] firman
Description: ------------ 1. #320 Error: Notice: Only variable references should be returned by reference in D:\Net\www\htdocs\pear\pear\Mail\mime.php on line 320 Actual code: return new Mail_mimePart($text, $params); Should be: $obj = new Mail_mimePart($text, $params); return $obj; 2. #593 Error: Notice: Only variable references should be returned by reference in D:\Net\www\htdocs\pear\pear\Mail\mime.php on line 593 Actual code: return $this->_encodeHeaders($this->_headers); Should be: $headers = $this->_encodeHeaders($this->_headers); return $headers;

Comments

 [2007-05-05 15:09 UTC] cipri (Cipriano Groenendal)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Mail_Mime Fixed in 1.4.0