ID:               32589
 User updated by:  svoboda at svoon dot net
 Reported By:      svoboda at svoon dot net
-Status:           Closed
+Status:           Open
 Bug Type:         IMAP related
 Operating System: debian
-PHP Version:      4.3.11
+PHP Version:      4.4.0
 New Comment:

hello,
in new version php 4.4.0 the bug remains. Script outputs no data, error
log is empty too, only processing exit.
If I compile version php4-STABLE-200412272330 with the same configure
command, it works well.

I have c-client with kerberos from debian packages libc-client-dev
libc-client-ssl2001 libc-client2002edebian
If you need some more info, pleas let me know.

thank you a lot


Previous Comments:
------------------------------------------------------------------------

[2005-04-09 09:46:25] [EMAIL PROTECTED]

I can not reproduce this either with latest CVS (any branch).
(and snapshots are fine too)

Get the latest here:
http://snaps.php.net/php4-STABLE-latest.tar.gz


------------------------------------------------------------------------

[2005-04-09 04:55:09] svoboda at svoon dot net

I have tryied php4-STABLE-200504090239, but the problem still remains.

------------------------------------------------------------------------

[2005-04-08 17:05:14] [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.

Another part of the patch was missing, should be fine now.

------------------------------------------------------------------------

[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

Reply via email to