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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
23 + 48 = ?
Subscribe to this entry?

 
 [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: Sun Jun 16 21:01:29 2024 UTC