I'm trying to allow ini_set for one alt php version (8.3) while disabling it by default in most versions.
If I go to WHM 130.0.17 MultiPHP INI editor -> Editor Mode tab -> Select version alt-php83 and remove ini_set from disable_functions, and hit the blue save button, I get a green popup that says my changes are saved. But if I go back to MultiPHP INI Editor and repeat the process, when I go to the Editor Mode tab I can see that ini_set did not in fact get removed form the disable_functions line, even though it said changes had been saved. (and it is still disabled on an individual site running alt php 8.3)
If I go via ssh and manually nano /opt/alt/php83/etc/php.ini and remove ini_set from disable_functions line and save, then ini_set is no longer disabled for the individual site running alt php 8.3
However, it seems at some interval, that change is being overwritten an hour or so later.
Quesion:
1.) Why is WHM suddenly not saving the edit from Editor Mode for alt php php.ini?
2.) Is there a different place to edit via ssh -- where is /opt/alt/php83/etc/php.ini being generated from that can be edited so it doesn't get overwritten?
If I go to WHM 130.0.17 MultiPHP INI editor -> Editor Mode tab -> Select version alt-php83 and remove ini_set from disable_functions, and hit the blue save button, I get a green popup that says my changes are saved. But if I go back to MultiPHP INI Editor and repeat the process, when I go to the Editor Mode tab I can see that ini_set did not in fact get removed form the disable_functions line, even though it said changes had been saved. (and it is still disabled on an individual site running alt php 8.3)
If I go via ssh and manually nano /opt/alt/php83/etc/php.ini and remove ini_set from disable_functions line and save, then ini_set is no longer disabled for the individual site running alt php 8.3
However, it seems at some interval, that change is being overwritten an hour or so later.
Quesion:
1.) Why is WHM suddenly not saving the edit from Editor Mode for alt php php.ini?
2.) Is there a different place to edit via ssh -- where is /opt/alt/php83/etc/php.ini being generated from that can be edited so it doesn't get overwritten?
Comment