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

 
 [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: Mon May 20 20:01:32 2024 UTC