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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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: Wed Apr 24 18:01:28 2024 UTC