|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-23 19:22 UTC] iliaa@php.net
[2003-03-24 03:21 UTC] sniper@php.net
[2003-03-24 05:16 UTC] marko at oblo dot com
[2003-03-24 05:18 UTC] marko at oblo dot com
[2003-03-24 05:18 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Oct 28 03:00:02 2025 UTC |
In php 4.3.1 the imap_rfc822_write_address() function seems to return extra double quotes "" when there is no personal value. For example: imap_rfc822_write_address('marko', 'oblo.com', '') would output: "" <marko@oblo.com> when in php 4.2.3 it would rightly only output: <marko@oblo.com> Regards, Marko