MultiPHP INI editor saves configuration in 3 files? .htacces / .user.ini / php.ini
Each time I play with MultiPHP INI editor on my cPanel account it saves my php configuration three times:
- in a local .htaccess file by using php5_module directives
- in a local .user.ini file by using the classic PHP directives
- in a local php.ini file by using the classic PHP directives
-
Hi, Is there a reason why MultiPHP INI editor saves the configuration in 3 files?
This may have been still there to prevent unwanted overwrites from the user in php.ini.. .htaccess on the other hand will only contain the handler information.0 -
Hello @Gino Viroli, It's to ensure the custom PHP values that you configure remain active in the event the PHP handler (e.g. DSO, suPHP) changes in the future. You can read more about this at: MultiPHP INI Editor for cPanel - Version 70 Documentation - cPanel Documentation Thank you. 0 -
It's to ensure the custom PHP values that you configure remain active in the event the PHP handler (e.g. DSO, suPHP) changes in the future.
Ok, I thought that might be for this reason.0
Please sign in to leave a comment.
Comments
3 comments