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
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:
22 + 34 = ?
Subscribe to this entry?

 
 [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 03:01:29 2024 UTC