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

Bug #4696 addAttachment crash
Submitted: 2005-06-28 13:27 UTC
From: adax2000 at tlen dot pl Assigned: cipri
Status: Closed Package: Mail_Mime
PHP Version: 4.3.11 OS: linux
Roadmaps: 1.4.0, 1.4.0a1    
Subscription  


 [2005-06-28 13:27 UTC] adax2000 at tlen dot pl
Description: ------------ wenn magic_quotes_runtime are enabled attachment will be not properly encoded to base64, due to this email will have an atachment, but destroyed i described this problem already in php bugs #33494 so look there for futhere information the lines below should remove this problem Expected result: ---------------- mime.php line 295 if ($old=get_magic_quotes_runtime()) { set_magic_qutoes_runtime(0); } $cont = fread($fd, filesize($file_name)); if ($old) { set_magic_qutoes_runtime($old); } Actual result: -------------- mime.php line 295 $cont = fread($fd, filesize($file_name));

Comments

 [2006-04-08 22:40 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!