From: [EMAIL PROTECTED] Operating system: Windows XP Pro PHP version: 4.2.3 PHP Bug Type: Reproducible crash Bug description: mail() hangs when e-mail is too big.
This bug happends only on 4.2.3/Win XP/IIS, (developpement site) our web site runs the scripts corectly on 4.2.3/Linux/Appache. Whe have a function to send by e-mail a web page from our site, including pictures (mime multipart) if used. All works fine, but on our developpement system (XP/IIS) it seems that only very small message works (2kb ok, 7 kb hangs) To send mime compliant message all text is prepared in a single string $mtext and sent with: $is_sent=mail($to, $subject,"",$mtext); result is a send a report bug window to microsoft after a 5 sec wait. Printing text with flush() during script made us sure the bug is in the mail function. -- Edit bug report at http://bugs.php.net/?id=20056&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=20056&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=20056&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=20056&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=20056&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=20056&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=20056&r=support Expected behavior: http://bugs.php.net/fix.php?id=20056&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=20056&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=20056&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=20056&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20056&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=20056&r=dst IIS Stability: http://bugs.php.net/fix.php?id=20056&r=isapi