?
avatar chmst
chmst
23 Nov 2018

Steps to reproduce the issue

Have a look in the sourcecode of the php info. The phpinfo is delivered by php in form of html-tables.
There are several tables with headers in-between.

Expected is displayed in a way that it is accessible.

Actual result

The php info tables are not accessible, no caption, no scope.

System information (as much as possible)

Additional comments

avatar chmst chmst - open - 23 Nov 2018
avatar joomla-cms-bot joomla-cms-bot - labeled - 23 Nov 2018
avatar mbabker
mbabker - comment - 23 Nov 2018

This is a can't fix. The PHP info tab is the result of the core phpinfo() function with some regexes to make the tables use the template's styling. Changing the markup means creating our own function and trying to extract all the information that is given in other ways, or someone writing a patch for core PHP changing the returned markup structure.

avatar chmst
chmst - comment - 24 Nov 2018

Maybe we could expand the regexes a little bit, such avoiding empty title headers and adding the scope?

avatar mbabker
mbabker - comment - 24 Nov 2018

Personally, I would not suggest manipulating the output of phpinfo() beyond "simple" changes that can be easily applied. Trying to change specific nodes is asking for trouble.

Your best bet is to see if PHP itself will make adjustments to the generated markup. Anything else is high risk and prone to breaking.

avatar brianteeman
brianteeman - comment - 21 Feb 2019

As Michael says this can't be fixed and we should not attempt to manipulate external code. All you can do is to raise a bug with php

Should be closed as cant fix

avatar joomla-cms-bot joomla-cms-bot - edited - 21 Feb 2019
avatar joomla-cms-bot joomla-cms-bot - change - 21 Feb 2019
Status New Closed
Closed_Date 0000-00-00 00:00:00 2019-02-21 22:35:14
Closed_By joomla-cms-bot
avatar joomla-cms-bot joomla-cms-bot - close - 21 Feb 2019
avatar Quy Quy - change - 21 Feb 2019
Closed_By joomla-cms-bot Quy
avatar joomla-cms-bot
joomla-cms-bot - comment - 21 Feb 2019

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23154

Add a Comment

Login with GitHub to post a comment