ID: 13801
Updated by: thies
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: IMAP related
Operating System: linux
PHP Version: 4.0CVS-2001-10-23
New Comment:

fixed in HEAD and 4.1-branch


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

[2001-10-23 14:01:21] [EMAIL PROTECTED]

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 this 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]

Reply via email to