php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29469 Funktion mail() needs a long time to generate the Next output Page, like some
Submitted: 2004-07-31 19:49 UTC Modified: 2004-08-07 22:47 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: wowtyp at gmx dot de Assigned:
Status: Not a bug Package: Performance problem
PHP Version: 4.3.8 OS: Suse 8.2
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wowtyp at gmx dot de
New email:
PHP Version: OS:

 

 [2004-07-31 19:49 UTC] wowtyp at gmx dot de
Description:
------------
Funktion mail() needs a long time to generate the Next output Page, like some Formmailers which are runnig without Probs on other Servers


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-31 19:54 UTC] wowtyp at gmx dot de
all is running with sendmail
 [2004-08-07 22:47 UTC] hholzgra@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

PHP just passes the generated mail on to the sendmail binary on Unix. As the mail() code will wait for this sendmail subprocess exit code before returning it is actually a problem of your sendmail installation on that box, not a PHP problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 24 14:01:30 2024 UTC