Control Web Panel
WebPanel => PHP Selector => Topic started by: Bossmanuk on June 18, 2024, 02:25:41 PM
-
Hello Everyone,
Is there a way I can preserve the php.ini during automatic upgrades for PHP 8.1, 8.2 & 8.3?
Thanks
Bossmanuk
-
Make them immutable (as root):
chattr +i /path/to/php.ini
-
Thank you, I will give that a try