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 | derick | ||
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. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-11-06 11:35 | derick | New Issue | |
2017-12-05 14:00 | derick | Relationship added | has duplicate 0001499 |
2017-12-16 17:34 | derick | Assigned To | => derick |
2017-12-16 17:34 | derick | Status | new => assigned |
2018-09-20 07:42 | derick | Target Version | 2.6.0dev => 2.7.0dev |
2019-01-22 21:25 | derick | Target Version | 2.7.0dev => |
2019-01-22 22:28 | derick | Status | assigned => confirmed |
2019-02-21 21:42 | derick | Target Version | => 2.7.0 |
2019-02-21 21:44 | derick | Relationship added | has duplicate 0001638 |
2019-02-27 18:09 | travis | Note Added: 0004929 | |
2019-02-28 14:07 | derick | Note Added: 0004930 | |
2019-02-28 16:08 | travis | Note Added: 0004931 | |
2019-02-28 17:54 | derick | Target Version | 2.7.0 => 2.7.0dev |
2019-04-12 14:41 | derick | Note Added: 0004990 | |
2019-04-12 14:47 | zb3_got_no_mail | Note Added: 0004991 | |
2019-04-12 14:48 | zb3_got_no_mail | Note Added: 0004992 | |
2019-04-12 15:05 | travis | Note Added: 0004993 | |
2019-04-12 15:08 | derick | Note Added: 0004994 | |
2019-04-12 15:10 | derick | Note Added: 0004995 | |
2019-04-12 15:45 | travis | Note Added: 0004996 | |
2019-04-12 15:48 | derick | Note Added: 0004997 | |
2019-04-14 17:12 | derick | Status | confirmed => closed |
2019-04-14 17:12 | derick | Resolution | open => fixed |
2019-04-14 17:12 | derick | Fixed in Version | => 2.7.2 |
2019-04-14 17:12 | derick | Fixed in Version | 2.7.2 => 2.7.0dev |
2019-05-06 15:46 | derick | Fixed in Version | 2.7.0dev => 2.7.2 |
2020-03-12 16:33 | derick | Category | Remote Debugging => Step Debugging |