View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001488 | Xdebug | Step Debugging | public | 2017-11-06 11:35 | 2019-05-06 15:46 |
| Reporter | derick | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Fixed in Version | 2.7.2 | ||||
| Summary | 0001488: Rewrite property_set to use eval | ||||
| Description | This is needed after The Great Variable Reading Refactor of 2017. | ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 7.1.0-7.1.4 | ||||
|
|
Will there be a RC3 to get this into v2.7.0? |
|
|
I think it is unlikely that it will make it into 2.7.0, as I really need to get that out ASAP. You'll likely find this fixed in 2.7.1. |
|
|
Thanks mate! |
|
|
Looks like there is little to do here. |
|
|
Elipse uses the |
|
|
Whoops, I meant Eclipse. |
|
|
I do know that Komodo IDE uses the -t option because that's how I found this issue. I think Sublime uses it too, although I wasn't looking at the logs when it seemed to exhibit the same behavior. Is this deprecated usage? Is there a replacement option Komodo should be using for the same functionality? |
|
|
Cheers! Apparently it does that specifically to not use "eval" ... but, it's going to have to now. |
|
|
@travis, Komodo uses this just fine. I will have to update the code to do something clever when the -t is passed with the eval (likely, put the right "(int)" cast in front of it). |
|
|
Thanks mate! Cheers for all the work you do on this. It's been a life-saver. |
|
|
PR with initial code is at https://github.com/xdebug/xdebug/pull/465, but I need to add tests still. |