View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000108 | Xdebug | Uncategorized | public | 2004-12-21 19:19 | 2005-01-08 15:21 |
Reporter | kloor | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | open | ||
Summary | 0000108: log_only still displays some text for errors in included files | ||||
Description | With PHP run with display_errors = Off, I still get some errant text when an error occurs in an included file. I've tracked the problem down to the block starting on line 1329 of xdebug.c which prints the name of the include without checking the value of log_only. It works correctly once I add the !log_only condition to the if statement for the block. | ||||
Additional Information | I'm actually using PHP 5.0.3 and Xdebug 2.0.0beta2. | ||||
Tags | No tags attached. | ||||
Operating System | Linux 2.6 | ||||
PHP Version | 5.0.3-dev | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2004-12-21 19:19 | kloor | New Issue | |
2004-12-21 20:37 | derick | Note Added: 0000221 | |
2005-01-08 15:21 | derick | Status | new => closed |
2005-01-08 15:21 | derick | Note Added: 0000222 | |
2016-07-31 12:36 | derick | Category | Usage problems => Usage problems (Crashes) |
2016-07-31 12:38 | derick | Category | Usage problems (Crashes) => Usage problems (Wrong Results) |
2020-03-12 16:35 | derick | Category | Usage problems (Wrong Results) => Variable Display |
2020-03-12 16:38 | derick | Category | Variable Display => Uncategorized |