View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001262 | Xdebug | Uncategorized | public | 2016-01-28 18:59 | 2016-02-05 11:18 |
| Reporter | roman4e | Assigned To | derick | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| OS | Linux mint | OS Version | 17 | ||
| Product Version | 2.4.0rc3 | ||||
| Fixed in Version | 2.4.0 | ||||
| Summary | 0001262: xdebug_var_dump does not output as colored html | ||||
| Description | I have such options to use xdebug and html output for errors | ||||
| Steps To Reproduce | Run php script as server-side output from web server <?php | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.0.0-7.0.4 | ||||
|
|
For me I did that patch but I'm not sure that is correct for you --- /home/user/src/Xdebug-2.4.0RC4/xdebug.c
|
|
|
You're right that the bug is in that place, but the fix is not correct - it would make var_dump also overloaded with overload_var_dump being 0. I've a patch, which I'll merge after travis says it's ok: https://github.com/xdebug/xdebug/pull/258 |
|
|
Fixed for 2.4.0 |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2016-01-28 18:59 | roman4e | New Issue | |
| 2016-01-28 19:17 | roman4e | Note Added: 0003435 | |
| 2016-01-28 19:18 | roman4e | Note Edited: 0003435 | |
| 2016-02-05 11:02 | derick | Note Added: 0003438 | |
| 2016-02-05 11:18 | derick | Note Added: 0003439 | |
| 2016-02-05 11:18 | derick | Status | new => closed |
| 2016-02-05 11:18 | derick | Assigned To | => derick |
| 2016-02-05 11:18 | derick | Resolution | open => fixed |
| 2016-02-05 11:18 | derick | Fixed in Version | => 2.4.0 |
| 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 |