View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000248 | Xdebug | Uncategorized | public | 2007-03-19 05:30 | 2007-03-30 15:23 |
| Reporter | felix | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | unable to reproduce | ||
| Summary | 0000248: Xdebug redundantly outputs errors | ||||
| Description | Basically the following settings have to be set for php: display_errors = On I am running things as an apache module. Errors should go to one place only and thats the syslog. Currently the error is outputted both to the Apaches configured error_log file and to the systems syslog. I believe this is a bug because php without xdebug will log errors in one location and that is the syslog. I imagine xdebug should work similarly. | ||||
| Tags | No tags attached. | ||||
| Operating System | Linux | ||||
| PHP Version | 5.2-dev | ||||
|
|
I dont think this is a bug I though it was but after doing another test its not. |
|
|
I do have a problem where the stack trace is repeated in the error log. This i am getting with php4.4.4 and xdebug 2.0rc3. The settings are I specified already. I'll debug this a bit more later to see what is happening. |
|
|
This was a problem in rc3 it seems and fixed in cvs. I guess you can close this bug than. |
|
|
Okay, thanks for checking it out! |