From:             [EMAIL PROTECTED]
Operating system: Windows 95
PHP version:      4.3.0RC1
PHP Bug Type:     Mail related
Bug description:  mail() does not work on Windows 95, but does work on Win2000

Mail() function does not work on Win95. Seems to me it simply doesn't call
sendmail stub. 

PHP.ini:
sendmail_path = z:/usr/sbin/sendmail -t -i

test.php:
<?mail("[EMAIL PROTECTED]","sbj","body")?>

z:/usr/sbin/sendmail.exe is a debug stub. It reads STDIN and put data to
the file (tested OK on Win2000 & Win95 from command line).

On Win2000 all works correctly, promlems are only on Windows 95.
-- 
Edit bug report at http://bugs.php.net/?id=20610&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20610&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20610&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20610&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20610&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20610&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20610&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20610&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20610&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20610&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20610&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20610&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20610&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20610&r=isapi

Reply via email to