php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1073 No error_log file in win95/nt
Submitted: 1999-01-15 04:57 UTC Modified: 1999-02-21 15:54 UTC
From: manolo at i6 dot com Assigned:
Status: Closed Package: Other
PHP Version: 3.0.6 OS: win32
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: manolo at i6 dot com
New email:
PHP Version: OS:

 

 [1999-01-15 04:57 UTC] manolo at i6 dot com
The problem i that php no writes file error_log.

In file main.c, function php3_log_err:
 line 204 is :
		if (strcmp(php3_ini.error_log, "syslog")) {

and it must be (IMHO) :
		if (strcmp(php3_ini.error_log, "syslog")==0) {

For any comments e-mail me.
Grettings.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-02-21 15:54 UTC] jim
Absolutely right.  Fixed.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 10 15:01:35 2024 UTC