Added PHP 8.1 Extensions. Will they be lost on updates?  [SOLVED]

General discussions around KeyHelp.
Post Reply
fdweb
Posts: 3
Joined: Sun 23. Jul 2023, 02:28

Added PHP 8.1 Extensions. Will they be lost on updates?

Post by fdweb »

Hi,

Using Keyhelp latest v.23.x on Ubuntu 22.04 and by default after installation, the first domain I create was using by default PHP 8.1.2 , that is perfect for my case, since is the version I need for my application.

But the application also needed 3 PHP extensions that where not present. So, I have manually installed them using SSH with the commands below.

After some initial tests, all seems to be working perfect!
apt install php-gmp
apt install php-imap
apt install php-mailparse

My only question is if these 3 extensions be lost when KeyHelp control panel performs its automatic updates (or every time PHP 8.1.x is automatic updated)? If yes, any idea or advice on how not to lose them on updates?

Thanks
User avatar
Jolinar
Community Moderator
Posts: 3609
Joined: Sat 30. Jan 2016, 07:11
Location: Weimar (Thüringen)
Contact:

Re: Added PHP 8.1 Extensions. Will they be lost on updates?  [SOLVED]

Post by Jolinar »

fdweb wrote: Sun 23. Jul 2023, 02:51 My only question is if these 3 extensions be lost when KeyHelp control panel performs its automatic updates (or every time PHP 8.1.x is automatic updated)? If yes, any idea or advice on how not to lose them on updates?
No.
Wenn jemand inkompetent ist, dann kann er nicht wissen, daß er inkompetent ist. (David Dunning)

Data Collector für Community Support
___
Ich verwende zwei verschiedene Schriftfarben in meinen Beiträgen /
I use two different font colors in my posts:
  • In dieser Farbe schreibe ich als Moderator und gebe moderative Hinweise oder begründe moderative Eingriffe /
    In this color, I write as a moderator and provide moderative guidance or justify moderative interventions
  • In dieser Farbe schreibe ich als Community Mitglied und teile meine private Meinung und persönlichen Ansichten mit /
    In this color, I write as a community member and share my personal opinions and views
fdweb
Posts: 3
Joined: Sun 23. Jul 2023, 02:28

Re: Added PHP 8.1 Extensions. Will they be lost on updates?

Post by fdweb »

Jolinar wrote: Sun 23. Jul 2023, 08:43
fdweb wrote: Sun 23. Jul 2023, 02:51 My only question is if these 3 extensions be lost when KeyHelp control panel performs its automatic updates (or every time PHP 8.1.x is automatic updated)? If yes, any idea or advice on how not to lose them on updates?
No.
So no change needed from my end. Great!
Thank you for the information!
Post Reply