From:             marko at oblo dot com
Operating system: FreeBSD 4.7-RELEASE-p6
PHP version:      4.3.1
PHP Bug Type:     *Mail Related
Bug description:  imap_rfc822_write_address returns extra "" when no personal

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:
"" <[EMAIL PROTECTED]>

when in php 4.2.3 it would rightly only output:
 <[EMAIL PROTECTED]>


Regards,

Marko
-- 
Edit bug report at http://bugs.php.net/?id=22832&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22832&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22832&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22832&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22832&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22832&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22832&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22832&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22832&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22832&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22832&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22832&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22832&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22832&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22832&r=gnused

Reply via email to