View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001365 | Xdebug | Step Debugging | public | 2016-11-18 11:57 | 2020-03-12 17:36 |
Reporter | rusbik92 | Assigned To | derick | ||
Priority | none | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | reopened | ||
Platform | Linux | OS | Ubuntu | OS Version | 16.04 |
Product Version | 2.4.1 | ||||
Fixed in Version | 2.5.0 | ||||
Summary | 0001365: Allow remote_connect_back to be set through XDEBUG_CONFIG | ||||
Description | XDEBUG_CONFIG is ignoring | ||||
Steps To Reproduce | $ php -i | grep remote_connect_back xdebug.remote_connect_back => Off => Off $ export XDEBUG_CONFIG="remote_connect_back=1" remote_connect_back=1 $ php -i | grep remote_connect_back xdebug.remote_connect_back => Off => Off | ||||
Tags | No tags attached. | ||||
Operating System | Ubuntu | ||||
PHP Version | 7.0.10-7.0.14 | ||||
|
Only a few INI settings for Xdebug are supported through XDEBUG_CONFIG. remote_connect_back isn't one of them. What make you think (documentation, for example) that this was supported? |
|
Well, documentation says: When running the script from the command line you need to set an environment variable, like: I thought, that if documentation says, that xdebug.remote_host, xdebug.remote_port, xdebug.remote_mode and xdebug.remote_handler can be set in XDEBUG_CONFIG, but also profiler_enable usage mentioned in example I can set something else in XDEBUG_CONFIG, for example remote_connect_back (that was extremely useful in my situation). But why, for god sake, this parameter was not supported? I can understand, that whatever trace_options is not so important for that, but remote_connect_back should be there. |
|
Hi! Xdebug has over 50 settings, and each of them would need to be hardcoded in The original intention for allowing configuration settings to be made through cheers, |
|
Excuse me, but i have to reopen it to clarify, why this feature is important for my situation. |
|
Makes sense. I've added it to 2.5.0RC2. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-11-18 11:57 | rusbik92 | New Issue | |
2016-11-20 22:32 | derick | Note Added: 0003767 | |
2016-11-20 22:32 | derick | Assigned To | => derick |
2016-11-20 22:32 | derick | Status | new => feedback |
2016-11-21 07:30 | rusbik92 | Note Added: 0003770 | |
2016-11-21 07:30 | rusbik92 | Status | feedback => assigned |
2016-11-22 23:25 | derick | Note Added: 0003773 | |
2016-11-22 23:25 | derick | Status | assigned => resolved |
2016-11-22 23:25 | derick | Resolution | open => won't fix |
2016-11-24 14:28 | rusbik92 | Note Added: 0003791 | |
2016-11-24 14:28 | rusbik92 | Status | resolved => feedback |
2016-11-24 14:28 | rusbik92 | Resolution | won't fix => reopened |
2016-11-24 14:31 | rusbik92 | Note Edited: 0003791 | |
2016-12-04 17:04 | derick | Note Added: 0003920 | |
2016-12-04 17:04 | derick | Status | feedback => closed |
2016-12-04 17:04 | derick | Category | Remote Debugging => Feature/Change request |
2016-12-04 17:04 | derick | Fixed in Version | => 2.5.0RC2 |
2016-12-04 17:04 | derick | Summary | remote_connect_back setting is ignored in XDEBUG_CONFIG => Allow remote_connect_back to be set through XDEBUG_CONFIG |
2016-12-04 17:04 | derick | Steps to Reproduce Updated | |
2016-12-04 18:33 | derick | Fixed in Version | 2.5.0RC2 => 2.5.0 |
2020-03-12 16:55 | derick | Severity | minor => feature |
2020-03-12 17:36 | derick | Category | Feature/Change request => Step Debugging |