View Issue Details

IDProjectCategoryView StatusLast Update
0002387XdebugUncategorizedpublic2026-01-07 14:51
Reporterstaabm Assigned Toderick  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformmacbook proOStahoaOS Version26.1
Product Version3.4.6 
Target Version3.6devFixed in Version3.6dev 
Summary0002387: Remove INI entries for changed and removed Xdebug 2 settings
Description

running ini_get_all('xdebug') returns a long array, filled with deprecated keys and descriptions.

if possible I would not have this keys/values in this array, because I would need to hardcode either php.ini keys or match against the magic
'This setting has been changed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host'
string to filter out the deprecated ones

Steps To Reproduce

run var_dump(ini_get_all('xdebug')) while xdebug is loaded

...
 'xdebug.remote_enable' => 
  array (
    'global_value' => 'This setting has been changed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable',
    'local_value' => 'This setting has been changed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_enable',
    'access' => 7,
  ),
  'xdebug.remote_host' => 
  array (
    'global_value' => 'This setting has been changed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host',
    'local_value' => 'This setting has been changed, see the upgrading guide at https://xdebug.org/docs/upgrade_guide#changed-xdebug.remote_host',
    'access' => 7,
  ),
..
TagsNo tags attached.
Operating System
PHP Version8.4.10-8.4.19

Activities

Issue History

Date Modified Username Field Change
2025-11-19 13:58 staabm New Issue
2025-11-25 14:25 derick Status new => acknowledged
2025-11-25 14:25 derick Target Version => 3.6dev
2026-01-07 14:33 derick Summary ini_get_all('xdebug') returns a long list with deprecated settings => Remove INI entries for changed and removed Xdebug 2 settings
2026-01-07 14:34 derick Note Added: 0007438
2026-01-07 14:51 derick Assigned To => derick
2026-01-07 14:51 derick Status acknowledged => closed
2026-01-07 14:51 derick Resolution open => fixed
2026-01-07 14:51 derick Fixed in Version => 3.6dev