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
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: 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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 18:01:34 2025 UTC