php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6631 the php crashes when the email parameter is null in function mail
Submitted: 2000-09-08 13:25 UTC Modified: 2000-10-28 23:52 UTC
From: mandrade at elo dot com dot br Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.2 OS: redhat linux 6.2
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: mandrade at elo dot com dot br
New email:
PHP Version: OS:

 

 [2000-09-08 13:25 UTC] mandrade at elo dot com dot br
<?
#got the email from mysql but had an error in the query
# so te email was empty
$email='';
mail($email,'subject','message');
echo "?k Email sent";
?>

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-15 19:38 UTC] sniper@php.net
I can not reproduce this with PHP4.0.3pl1.
Please try PHP4.0.3pl1 and report back whether this problem 
still exists.

--Jani
 [2000-10-28 23:52 UTC] sniper@php.net
No feedback.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 11:01:36 2025 UTC