View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000998 | Xdebug | Step Debugging | public | 2013-11-05 13:08 | 2020-03-12 16:59 |
Reporter | thomas | Assigned To | derick | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | closed | Resolution | fixed | ||
OS | Ubuntu | OS Version | 13.04 | ||
Product Version | 2.2.3 | ||||
Fixed in Version | 2.5.0RC1 | ||||
Summary | 0000998: IPv6 support | ||||
Description | XDebug currently doesn't have support for connecting back to IPv6 addresses. When both the server and client has IPv6 addresses the Connection back from the server to the client fails because the implementation is IPv4 only. | ||||
Steps To Reproduce | Configure the server and client to use IPv6 addresses and try to debug. Currently the IDE probably doesn't listen on IPv6 on the client, so this can be a problem. In this case a custom application listening on IPv6 and the right port on the client can prove connectivity. | ||||
Additional Information | I currently have a working implementation that supports IPv4 and IPv6, but still need to write some test for this and also run the existing tests to verify that nothing else has broken. | ||||
Tags | No tags attached. | ||||
Operating System | |||||
PHP Version | 5.4.9 | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2013-11-05 13:08 | thomas | New Issue | |
2016-04-30 12:15 | derick | Note Added: 0003588 | |
2016-04-30 12:15 | derick | Status | new => closed |
2016-04-30 12:15 | derick | Assigned To | => derick |
2016-04-30 12:15 | derick | Resolution | open => fixed |
2016-04-30 12:15 | derick | Fixed in Version | => 2.5.0dev |
2016-11-12 16:53 | derick | Fixed in Version | 2.5.0dev => 2.5.0RC1 |
2020-03-12 16:59 | derick | Category | Feature/Change request => Step Debugging |