The access to phpinfo(), long present in the module, was lost at some point during the D8 conversion, and using phpinfo() in a devel/php form provides unreadable results thanks to output escaping.

The suggested patch restores this functionality.

Comments

fgm’s picture

Status: Active » Needs review
StatusFileSize
new1.9 KB
moshe weitzman’s picture

Drupal's own status report now presents a link to this info when you click on PHP.

Status: Needs review » Needs work

The last submitted patch, 1: 0001-Issue-2224463-by-fgm-restore-phpinfo-functionality.patch, failed testing.

fgm’s picture

Status: Needs work » Closed (works as designed)

OK, so it's no longer needed anyway.

gokulnk’s picture

You can now get the phpinfo() output on admin/reports/status/php or click on (more information) link on Status Report page.