View Issue Details

IDProjectCategoryView StatusLast Update
0002387XdebugUncategorizedpublic2025-11-19 13:58
Reporterstaabm Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Platformmacbook proOStahoaOS Version26.1
Product Version3.4.6 
Summary0002387: ini_get_all('xdebug') returns a long list with deprecated 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

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-19 13:58 staabm New Issue