[PHP-DEV] Bug #5692: mail() crashes PHP From: e-stet <email protected>
Date: 07/20/00

From: e-stet <email protected>
Operating system: win98, PWS
PHP version: 3.0.16
PHP Bug Type: Scripting Engine problem
Bug description: mail() crashes PHP

As I try to run a line like this:
mail ("me <email protected>", "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 <email protected> ;for win32 only
sendmail_path = ;for unix only, may supply arguments as well (default is sendmail -t)

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>