From be74b86de25ed171719f43c73512c8a146ba6b88 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Wed, 17 Jul 2019 12:59:37 +0200 Subject: [PATCH] php upgrade - thanks @Brueggus --- faq/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/faq/README.md b/faq/README.md index 886478b..9692729 100644 --- a/faq/README.md +++ b/faq/README.md @@ -452,6 +452,12 @@ The new WarningList will now show up. In case of errors, check the permissions o To modify the list or to add entries to it, go back to the file via the CLI, modify the file and reload it via the GUI ("Update WarningLists". + +## How to upgrade PHP on RHEL/CentOS from php71 to php72? + +To our knowledge, there is no way to "upgrade" PHP. You'll need to install php72 like you're doing a fresh install +You may try copying your php71-php.ini to your php72-directory which may work. We would recommend redoing the config though. +