Add PHP versions to PHP Configuration page

Erulezz

Verified User
Joined
Sep 14, 2015
Messages
949
Location
🇳🇱
As far as i know there isn't a quick and easy way to see which users are using the default PHP version and which users are using the 2nd PHP version. It would be nice if this could be added to the PHP Configuration page to quickly see the PHP versions used by all the users.

For example add an extra column next to "Php" with the current used version.
 
Hello,

PHP selector allows to change PHP version per domain. Thus a user with 2+ domains might have PHP1 as the default for one domain and PHP2 as the default for other domain(s). Which one version should be displayed there?
 
Oh i totally forgot about that:rolleyes:. It can get quite messy on that page then. Maybe a seperate page with a table something like this;

USER & DOMAIN____|___PHP1(Main)___|___PHP2
- userBob
-- Domain1______________7.0____________5.6
-- Domain2______________5.6____________7.0

- userHenk
-- Domain1_______________5.6____________7.0
-- Domain2_______________7.0____________5.6

So you have an overview with all the users and the domains that the user has with the php versions used on that domain. A few days ago i checked ~ 15 websites if they used version 7.0. Something like this could save some time.

Where are the php preferences per domain stored? Maybe i can fix something this weekend for a plugin.
 
Last edited:
Back
Top