I would love to have an option for another php version , but also hide it from the end users.
say if option 5 is selected, disable the selection menu from the user, and let the admin place his own brew of version,
In case an EOL version is selected for the user -> place a flashing warning on the end user panel with links to this forum thread and some relevant resources.
using php 5.6 in 2022? get this:
WARNING YOUR WEBSITE IS USING OUTDATED SOFTWARE CONTACT YOUR WEB DEVELOPER TO UPGRADE YOUR SITE OR RISK EXTREME DATA-LOSS
this can be added even now, for those who still have EOL versions selected actively
That could be a neat solution to raise awareness. ?
now for something a bit more realistic ..
how about dual PHP version ?
for example In one of my clients servers we use 8.0 and 8.1 at the moment,
one with disabled functions 8.1 for the website
one with execute .. 8.0 for a module used by the website, which is required in his case..
would love to bump both to 8.1, don't seem to have the facility to do so from DA
this can be also useful for modules.. , one with special modules, one without.. etc.. I think you get my point.
say if option 5 is selected, disable the selection menu from the user, and let the admin place his own brew of version,
In case an EOL version is selected for the user -> place a flashing warning on the end user panel with links to this forum thread and some relevant resources.
using php 5.6 in 2022? get this:
WARNING YOUR WEBSITE IS USING OUTDATED SOFTWARE CONTACT YOUR WEB DEVELOPER TO UPGRADE YOUR SITE OR RISK EXTREME DATA-LOSS
this can be added even now, for those who still have EOL versions selected actively
That could be a neat solution to raise awareness. ?
now for something a bit more realistic ..
how about dual PHP version ?
for example In one of my clients servers we use 8.0 and 8.1 at the moment,
one with disabled functions 8.1 for the website
one with execute .. 8.0 for a module used by the website, which is required in his case..
would love to bump both to 8.1, don't seem to have the facility to do so from DA
this can be also useful for modules.. , one with special modules, one without.. etc.. I think you get my point.