ID:               43327
 Updated by:       garre...@php.net
 Reported By:      carsten_sttgt at gmx dot de
 Status:           Closed
 Bug Type:         Mail related
 Operating System: win32 only (?)
 PHP Version:      5.*, 6 (2009-08-07)
 Assigned To:      garretts
 New Comment:

or, it will be once I get some karma in /TSRM ...



Previous Comments:
------------------------------------------------------------------------

[2009-08-19 16:10:43] garre...@php.net

This occurs because popen_ex executes the command using the comspec
('cmd.exe'), which will always create a valid process--but intended
actual child process fails.

I'm patching this so that it skips using cmd.exe--there is really no
reason this should be here, if this introduces other problems (which I
can't see what they could possibly be), then those should be fixed
appropriately.

Patched in all branches (5.2.11-dev, 5.3.1-dev and trunk)


------------------------------------------------------------------------

[2009-07-20 10:08:36] carsten_sttgt at gmx dot de

After some delay...

If've just test this with PHP 5.3.0 and mail() still returns TRUE, even
if PHP can't find the sendmail binary or the sendmail binary returns an
errorlevel != 0.

Regards,
Carsten)

------------------------------------------------------------------------

[2008-08-26 23:28:16] j...@php.net

Pierre, this is the real issue, sendmail_path is not checked or
something?

------------------------------------------------------------------------

[2008-01-18 21:52:18] aaron at gwmicro dot com

I have confirmed this issue under a Windows Server 2003 environment,
and it continues to exist in 5.3 dev. Using the imap_mail.dll and
changing all references from mail() to imap_mail() seems to resolve the
problem, although changing that reference everywhere is not a reasonable
solution for most everyone (including us).

------------------------------------------------------------------------

[2007-11-19 14:40:55] j...@php.net

Propably due to wrong usage of popen() and not VCWD_POPEN(). I don't
have win32 dev environment setup so someone else should deal with this.

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/43327

-- 
Edit this bug report at http://bugs.php.net/?id=43327&edit=1

Reply via email to