ID: 32589 User updated by: svoboda at svoon dot net Reported By: svoboda at svoon dot net -Status: Feedback +Status: Open Bug Type: IMAP related Operating System: debian PHP Version: 4.3.11 New Comment:
hello, I have tryied 200504060830 snapshot, but withou success. I still receiving Segmentation Fault in apache error log. ondrej Previous Comments: ------------------------------------------------------------------------ [2005-04-06 08:18:39] [EMAIL PROTECTED] Because it's fixed in the next snapshot. Please try it and tell us the results. ------------------------------------------------------------------------ [2005-04-06 08:12:00] svoboda at svoon dot net Hello, I have compiled PHP snapshot 200504051630, but imap_mail_compose doesn't still work. ------------------------------------------------------------------------ [2005-04-05 16:49:22] [EMAIL PROTECTED] This bug has been fixed in CVS. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2005-04-05 14:59:05] svoboda at svoon dot net Description: ------------ when use charset field in part array, fction exit with segmentation fault. Reproduce code: --------------- $m_envelope["To"] = "[EMAIL PROTECTED]"; $m_part1["type"] = TYPEMULTIPART; $m_part1["subtype"] = "mixed"; $m_part2["type"] = TYPETEXT; $m_part2["subtype"] = "plain"; $m_part2["description"] = "text_message"; $m_part2["charset"] = "ISO-8859-2"; $m_part2["contents.data"] = "hello"; $m_body[1] = $m_part1; $m_body[2] = $m_part2; echo nl2br(imap_mail_compose($m_envelope, $m_body)); ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=32589&edit=1