By mcdruid on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x
Introduced in version:
7.98
Issue links:
Description:
Drupal's admin UI includes a report at admin/reports/status/php which shows the output of phpinfo(). The full output can contain sensitive information so by default Drupal removes some sections.
This behaviour can be configured by setting $conf['sa_core_2023_004_phpinfo_flags'] in settings.php to a different value corresponding to the flags parameter of phpinfo().
If you need to expose more information in the report - for example to debug a problem - consider doing so temporarily.
Impacts:
Site builders, administrators, editors
Comments
The values
According to the issue where this was committed, the possible values for that new setting are: