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
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: 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: Wed Apr 24 03:01:29 2024 UTC