php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4139 php.exe crashes when trying to use mail() function
Submitted: 2000-04-13 17:29 UTC Modified: 2000-05-21 18:48 UTC
From: koce at gmx dot net Assigned:
Status: Closed Package: Performance problem
PHP Version: 3.0.16 OS: windows 98
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: koce at gmx dot net
New email:
PHP Version: OS:

 

 [2000-04-13 17:29 UTC] koce at gmx dot net
if($Response=="Email"){
mail("constant_@web.bg","Pozdravlenia","Uvajaemi $FirstName  $LastName,\nPotrebitelskoto vi ime e: $username,\na parolata vi e: $password.\nMojete da se kefite kato chlen na chlenka eto tuk:\nhttp://localhost/kursova/query.htm");
echo"<H4><P align=\"center\">????????????? ? ???????.<BR>?????? ????????????? ??? ? ?????? ?? ????????? ?? ????????? ?? ??? e-mail:\"<font color=\"#FF0000\">$Email</font>\"<BR><BR></P></H4>";
}
?>
PHP.INI
;Windows Extensions
extension=php3_mysql.dll
extension=php3_calendar.dll
extension=php3_dbase.dll
extension=php3_gd.dll
extension=php3_dbm.dll
extension=php3_mssql.dll
extension=php3_zlib.dll
extension=php3_filepro.dll
extension=php3_imap4r1.dll
extension=php3_ldap.dll
extension=php3_crypt.dll
extension=php3_msql2.dll
extension=php3_odbc.dll

;;;;;;;;;;;;;;;;;;;
; Module Settings ;
;;;;;;;;;;;;;;;;;;;

[Syslog]
define_syslog_variables	= Off	; Whether or not to define the various syslog variables,
								; e.g. $LOG_PID, $LOG_CRON, etc.  Turning it off is a
								; good idea performance-wise.  In runtime, you can define
								; these variables by calling define_syslog_variables()


[mail function]
SMTP			=mail.mobikom.com	;for win32 only
;sendmail_from	=	me@localhost.com	;for win32 only
sendmail_path	=						;for unix only, may supply arguments as well (default is sendmail -t)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-21 18:48 UTC] jim at cvs dot php dot net
fixed. workaround is to supply the fourth argument to mail(), even as
an empty string ("").
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 16:01:36 2025 UTC