From: carsten_sttgt at gmx dot de Operating system: Windows_NT PHP version: 5.2.3 PHP Bug Type: IMAP related Bug description: error operator is ignored with imap_rfc822_parse_adrlist
Description: ------------ If the error_reporting is E_ALL and you use "@imap_rfc822_parse_adrlist()", the error operator is ignored if the addresslist is wrong. Reproduce code: --------------- <?php error_reporting(E_ALL); $address = '[EMAIL PROTECTED] [EMAIL PROTECTED]'; @imap_rfc822_parse_adrlist($address, ''); ?> Expected result: ---------------- No output. Actual result: -------------- <br /> <b>Notice</b>: Unknown: Must use comma to separate addresses: [EMAIL PROTECTED] (errflg=3) in <b>Unknown</b> on line <b>0</b><br /> -- Edit bug report at http://bugs.php.net/?id=42331&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=42331&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=42331&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=42331&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=42331&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=42331&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=42331&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=42331&r=needscript Try newer version: http://bugs.php.net/fix.php?id=42331&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=42331&r=support Expected behavior: http://bugs.php.net/fix.php?id=42331&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=42331&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=42331&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=42331&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=42331&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=42331&r=dst IIS Stability: http://bugs.php.net/fix.php?id=42331&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=42331&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=42331&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=42331&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=42331&r=mysqlcfg