php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74177 Change comment on Win32 things
Submitted: 2017-02-27 15:43 UTC Modified: 2017-02-28 07:59 UTC
From: vasoczki dot ferenc at gmail dot com Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: Irrelevant OS: Windows 64bit
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: vasoczki dot ferenc at gmail dot com
New email:
PHP Version: OS:

 

 [2017-02-27 15:43 UTC] vasoczki dot ferenc at gmail dot com
Description:
------------
Yes, I know this is a casuistry, but in the computers world we should be precise as we can. In the php.ini there are several places whats related to windows:

[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost.com
; http://php.net/smtp-port
smtp_port = 25

; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = noreply@localhost.com


It's not true, it is related to win64 systems too.

Expected result:
----------------
[mail function]
; For Windows only.
; http://php.net/smtp
SMTP = localhost.com
; http://php.net/smtp-port
smtp_port = 25

; For Windows only.
; http://php.net/sendmail-from
sendmail_from = noreply@localhost.com


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-02-28 07:59 UTC] vasoczki dot ferenc at gmail dot com
-Status: Open +Status: Closed
 [2017-02-28 07:59 UTC] vasoczki dot ferenc at gmail dot com
I misunderstood the Win32 here. That is the API.

Sorry for that, forget it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 05:01:29 2024 UTC