View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001472 | Xdebug | Tracing | public | 2017-09-16 04:24 | 2021-10-04 09:32 |
| Reporter | yangrokety | Assigned To | |||
| Priority | low | Severity | feature | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | Linux | OS | ubuntu 17.04 | ||
| Product Version | 2.5.5 | ||||
| Target Version | 3.1dev | Fixed in Version | 3.1.0 | ||
| Summary | 0001472: Add assignments to computer readable trace format | ||||
| Description | Can computer readable format output contain "xdebug.collect_assignments"? | ||||
| Tags | easy-pick | ||||
| Operating System | |||||
| PHP Version | 5.6.30-5.6.35 | ||||
|
|
Hi, derick. The third column value '2' means assignment. I see you assign this feature request to 2.7.0dev. I hope this feature can be contain in 2.5.6 release. If ok, I can make a pull request to 2.5 branch:-) |
|
|
Hi, I'm happy to work with you on a patch on this. But new features can not go into bug fix release branches (2.5). At the minimum this should go to 2.6 (current master). There is a guide on adding feature available on https://xdebug.org/contributing.php cheers, |
|
|
Hi, derick. And the configure error: Does 2.6 not support php5? :-( |
|
|
No, PHP 5 support is dropped in Xdebug 2.6 and later. PHP 5 itself is no longer supported by PHP either: http://php.net/supported-versions.php |
|
|
There is also a Pull Request: https://github.com/xdebug/xdebug/pull/365/files |
|
|
https://github.com/xdebug/xdebug/commit/927a3ffb2990df6090d156c3442f66a75e1c26c2 |