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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: e-stet at telia dot com
New email:
PHP Version: OS:

 

 [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: Tue Apr 16 06:01:30 2024 UTC