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

Bug #21255 boundary gets added twice
Submitted: 2017-11-05 04:31 UTC
From: hgschulz Assigned: alec
Status: Closed Package: Mail_Mime (version 1.10.1)
PHP Version: Irrelevant 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 - 14 = ?

 
 [2017-11-05 04:31 UTC] hgschulz (Henning Schulzrinne)
Description: ------------ For setContentType('multipart/...', ['boundary' => 'something']) the boundary parameter gets added twice. Fix: if ($name == 'boundary') { $this->build_params['boundary'] = $value; } elseif (

Comments

 [2017-11-17 09:20 UTC] alec (Aleksander Machniak)
-Status: Open +Status: Closed -Assigned To: +Assigned To: alec
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.
 [2017-11-17 09:28 UTC] alec (Aleksander Machniak)
Fixed in 1.10.2.