php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #68558 "not valid in Windows 95" notice in php.ini is outdated
Submitted: 2014-12-06 20:29 UTC Modified: 2014-12-07 05:51 UTC
From: mumu at seznam dot cz Assigned:
Status: Duplicate Package: Unknown/Other Function
PHP Version: 5.6.3 OS: Windows
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: mumu at seznam dot cz
New email:
PHP Version: OS:

 

 [2014-12-06 20:29 UTC] mumu at seznam dot cz
Description:
------------
The official PHP distributions (at least the Windows binaries) have the following lines in the default php.ini files:
; Log errors to syslog (Event Log on NT, not valid in Windows 95).
; Log mail to syslog (Event Log on NT, not valid in Windows 95).

As you no longer support non-NT version of Windows, the "not valid in Windows 95" is outdated and might be removed and the rest of the line should be updated to keep or even improve the text, for example:
; Log errors to syslog (Application event log on Windows).
; Log mail to syslog (Application event log on Windows).



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-12-07 05:51 UTC] sobak@php.net
-Status: Open +Status: Duplicate
 [2014-12-07 05:51 UTC] sobak@php.net
Problem you have described has been fixed[1] by Anatol Belski a few months ago. Moreover, it was already reported in a bug #67033, so this report seems to be a duplicate.

Are you sure that your php.ini file came from original binary package and it's not copied from older installation?

Regards,
Maciej.

[1]: https://github.com/php/php-src/commit/95c57bb646d141d42bcadedfe0daac8c582b1a64
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 11:01:33 2024 UTC