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

Bug #1724 ctype_parameters bug
Submitted: 2004-06-26 00:10 UTC
From: kenji at lotsofbytes dot com Assigned: sean
Status: Closed Package: Mail_mimeDecode
PHP Version: 4.3.4 OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-06-26 00:10 UTC] kenji at lotsofbytes dot com
Description: ------------ When an email has an attached file and its filename is encoded in jis, its encoded filename often includes a semi-colon in the middle of the filename such as "^[$B4A;z^(B.txt". For that reason, when it is decoded by Mail_Mime, ctype_parameters['name'] will have a partial text of the original filename. [content-type] => application/octet-stream; name="^[$B4A;z^(B.txt" [ctype_parameters] => Array ( [name] => ^[$B4 [] => ^[(B.txt" )

Comments

 [2004-12-10 05:41 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.