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
 [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 07:01:31 2024 UTC