ID: 9965 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Mail related Operating System: Windows 98 2nd edition (PWS) PHP Version: 4.0.4pl1 New Comment:
Thank you for taking the time to report a problem with PHP. Unfortunately your version of PHP is too old -- the problem might already be fixed. Please download a new PHP version from http://www.php.net/downloads.php If you are able to reproduce the bug with one of the latest versions of PHP, please change the PHP version on this bug report to the version you tested and change the status back to "Open". Again, thank you for your continued support of PHP. Previous Comments: ------------------------------------------------------------------------ [2001-04-29 06:40:19] [EMAIL PROTECTED] reclassify ------------------------------------------------------------------------ [2001-03-24 01:55:00] [EMAIL PROTECTED] I am using the Windows binary version of 4.0.4pl1, nothing else added. Server is the PWS. Script: -------------------------------------------------- <!doctype html public "-//W3C//DTD HTML 4.0 //EN"> <html> <head> <title>Mail Test!</title> </head> <body> This is a test to see if it works<BR> <? mail("[EMAIL PROTECTED]", "Subject Line...", "Line 1\nLine 2\nLine 3"); ?> </body> </html> -------------------------------------------------- Results -------------------------------------------------- This is a test to see if it works Warning: Failed to Receive in D:\Inetpub\wwwroot\cgi\test.php on line 10 -------------------------------------------------- It appears to be related to bug id #4756, but since I do not have the source code, I can not confirm this. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=9965&edit=1
