View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000598 | Xdebug | Step Debugging | public | 2010-07-23 14:15 | 2020-03-12 17:19 |
| Reporter | sarnowski | Assigned To | derick | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 2.2dev | ||||
| Target Version | 2.2.2 | Fixed in Version | 2.2.2 | ||
| Summary | 0000598: Use HTTP_X_FORWARDED_FOR to determine remote debugger | ||||
| Description | Use HTTP_X_FORWARDED_FOR in addition to REMOTE_ADDR to determine the remote debugger. With the following patch, xdebug can handle debuggers even if the webserver runs behind a loadbalancer/proxy. | ||||
| Additional Information | ~/xdebug # svn diff
| ||||
| Tags | No tags attached. | ||||
| Operating System | |||||
| PHP Version | 5.2.10 | ||||
|
|
I just ran into this problem. I would really appreciate this feature. |
|
|
I see that this feature has already been added. |
|
|
Duplicate of 0000660. I have no explanation for why I’m experiencing this problem in version 2.2.1. |
|
|
This is a bug. Xdebug is checking for X_HTTP_FORWARDED_FOR instead of HTTP_X_FORWARDED_FOR. |
|
|
I have submitted a pull request: https://github.com/derickr/xdebug/pull/30 |
|
|
Fixed on github, thanks for the patch! I won't be releasing Xdebug 2.2.2 soon, but I will see if I can compile you some dev binaries. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2010-07-23 14:15 | sarnowski | New Issue | |
| 2010-07-23 14:15 | sarnowski | PHP Version | => 5.2.10 |
| 2010-07-23 14:15 | sarnowski | Xdebug Version | => 2.2.0-dev |
| 2012-09-06 17:46 | darrenoh | Note Added: 0002340 | |
| 2012-09-06 19:18 | darrenoh | Note Added: 0002341 | |
| 2012-09-06 20:14 | darrenoh | Note Added: 0002342 | |
| 2012-09-06 23:00 | darrenoh | Note Added: 0002343 | |
| 2012-09-06 23:34 | darrenoh | Note Added: 0002344 | |
| 2012-09-07 10:02 | derick | Fixed in Version | => 2.2.2 |
| 2012-09-07 10:02 | derick | Target Version | => 2.2.2 |
| 2012-09-07 10:03 | derick | Note Added: 0002345 | |
| 2012-09-07 10:03 | derick | Status | new => closed |
| 2012-09-07 10:03 | derick | Assigned To | => derick |
| 2012-09-07 10:03 | derick | Resolution | open => fixed |
| 2020-03-12 16:55 | derick | Severity | tweak => feature |
| 2020-03-12 17:19 | derick | Category | Feature/Change request => Step Debugging |