ID: 35657
User updated by: laurent dot bouleau at univ-reims dot fr
Reported By: laurent dot bouleau at univ-reims dot fr
-Status: Feedback
+Status: Open
Bug Type: IMAP related
Operating System: Fedora Core 4
PHP Version: 4CVS-2005-12-13 (snap)
New Comment:
In a function like :
$enveloppe['from']=$from;
$enveloppe['to']=$to;
$enveloppe['subject']=$subject;
$enveloppe['date']=date('r');
$part[0]['type']=TYPETEXT;
$part[0]['subtype']='plain';
$part[0]['encoding']=ENCQUOTEDPRINTABLE;
$part[0]['contents.data']=$some_text;
$part[1]['type']=TYPEMESSAGE;
$part[1]['subtype']='RFC822';
$part[1]['disposition.type']='inline';
$part[1]['contents.data']=$some_rfc_822_text;
// The result of imap_mail_compose() is an
// exit signal Segmentation fault: (11)
// in apache error_log
$mail=imap_mail_compose($enveloppe,$part);
Previous Comments:
------------------------------------------------------------------------
[2005-12-13 11:11:33] [EMAIL PROTECTED]
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php
If you can provide more information, feel free to add it
to this bug and change the status back to "Open".
Thank you for your interest in PHP.
------------------------------------------------------------------------
[2005-12-13 11:07:18] laurent dot bouleau at univ-reims dot fr
Description:
------------
imap_mail_compose crash (Segmentation Fault) if a part of a message is
of type message/rfc822 (forward).
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=35657&edit=1