php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #5692 mail() crashes PHP
Submitted: 2000-07-20 12:17 UTC Modified: 2002-06-16 08:26 UTC
From: e-stet at telia dot com Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 3.0.16 OS: win98, PWS
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
11 + 6 = ?
Subscribe to this entry?

 
 [2000-07-20 12:17 UTC] e-stet at telia dot com
As I try to run a line like this:
mail ("me@home.com", "subject", "message");
I recieve a windows prompt from PHP with the following description (it?s in swedish):

PHP orsakade ett ogiltigt sidfel i
modul PHP.EXE p? adress 0187:004424fe.
Registrerar:
EAX=00000110 CS=0187 EIP=004424fe EFLGS=00010206
EBX=006becac SS=018f ESP=006bec38 EBP=0131dbc0
ECX=00458558 DS=018f ESI=00000000 FS=131f
EDX=00006343 ES=018f EDI=00000000 GS=0000
Byte p? CS:EIP:
8a 07 46 38 d0 74 15 84 c0 74 0b 8a 06 46 38 d0 
Stackdump:
0131d950 006becac 00000000 0040207f 00000000 00458558 0131d950 00486b10 0131d980 0131dbc0 00401ed1 0131d980 0131daf0 0131dbc0 0131da40 00000000 

This is my php3.ini settings:
[mail function]
SMTP		=	mail1.telia.com		;for win32 only
sendmail_from	=	e-stet@telia.com	;for win32 only
sendmail_path	=				;for unix only, may supply arguments as well (default is sendmail -t)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-16 08:26 UTC] sander@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately, PHP 3 is no longer supported. Please download
the latest version of PHP 4 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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC