From: [EMAIL PROTECTED] Operating system: linux PHP version: 4.0CVS-2001-10-23 PHP Bug Type: IMAP related Bug description: error in imap_rfc822_parse_adrlist
The function imap_rfc822_parse_adrlist changes its parameters. Some code: <?php $val = "philip steeman <[EMAIL PROTECTED]>"; $rij = imap_rfc822_parse_adrlist($val, "xx.khbo.be"); $philip=fopen("/tmp/philip3.log", "a"); fputs($philip, "$val\n"); fclose($philip); ?> After calling imap_rfc822_parse_adrlist the value of $val has changed. There is a NULL-char between 'steeman' and '<'. This error occurs in PHP4-CVS-18/10/2001 (23/10 doesn't compile for the moment, so I couldn't check it). With PHP 4.0.4pl1 everything is OK. Philip -- Edit bug report at: http://bugs.php.net/?id=13801&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]