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 | |||
| 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 |