From:             leon at hitman dot co dot uk
Operating system: Win XP/2000
PHP version:      4.3.3
PHP Bug Type:     Mail related
Bug description:  Mail() function crashes PHP.exe

Description:
------------
Ran a script that uses the mail function.
The script worked with version 4.2.3 of PHP.
It attempts to attach three files to the multipart/mixed message, but runs
for app. 10 secs, then forces PHP.exe the quit.
Like I said, it used to work!

After commenting out the code line-by-line, I determined that the message
part of the mail() function was causing the issue.

I would like to know if there hass been a significant change in the
requirements of the mail() function to suddenly cause it to crash.


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

Reply via email to