From 686f50f596f3deb48dbc80452cd3b13bd86f1135 Mon Sep 17 00:00:00 2001 From: HelloDarkness <111370255+hellodarkness@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:05:43 +0000 Subject: [PATCH 1/3] Update example_centos.rst for PHP8.2 Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com> --- admin_manual/installation/example_centos.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/admin_manual/installation/example_centos.rst b/admin_manual/installation/example_centos.rst index c20bc4a68..e98fe7ef7 100644 --- a/admin_manual/installation/example_centos.rst +++ b/admin_manual/installation/example_centos.rst @@ -60,7 +60,7 @@ PHP -Setting up remirepo with PHP 7.4 +Setting up remirepo with PHP 8.2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ More details can be found on ``https://blog.remirepo.net/pages/Config-en`` @@ -79,24 +79,29 @@ Command to install the yum-utils package (for the yum-config-manager command): You want a single version which means replacing base packages from the distribution. Packages have the same name than the base repository, ie php-\*. Some common dependencies are available in remi-safe repository, which is enabled by default. -You have to enable the module stream for 7.4: +You have to enable the module stream for 8.2: :: dnf module reset php - dnf module install php:remi-7.4 + dnf module install php:remi-8.2 dnf update - Installing PHP and the required modules ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Next install the PHP modules needed for this install. Remember, because this is a limited basic install, we only install the neccessary modules, not all of them. If you are making a more complete install, please refer to PHP module list in the source installation documentation, :doc:`../installation/source_installation`.:: +Next, install the PHP modules needed for this install. Remember, because this is a limited basic install, we only install the neccessary modules, not all of them. If you are making a more complete install, please refer to PHP module list in the source installation documentation, :doc:`../installation/source_installation`:: dnf install -y php php-gd php-mbstring php-intl php-pecl-apcu\ php-mysqlnd php-opcache php-json php-zip +It may also be useful to install the php-cli module, to ease future troubleshooting: + +:: + + dnf install php-cli + Installing optional modules redis/imagick ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ From 503cd23f5e965d1b96f1b5f8112c351a2f665cd2 Mon Sep 17 00:00:00 2001 From: HelloDarkness <111370255+hellodarkness@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:27:35 +0000 Subject: [PATCH 2/3] Update admin_manual/installation/example_centos.rst Co-authored-by: Daniel Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com> --- admin_manual/installation/example_centos.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/installation/example_centos.rst b/admin_manual/installation/example_centos.rst index e98fe7ef7..03ff4116c 100644 --- a/admin_manual/installation/example_centos.rst +++ b/admin_manual/installation/example_centos.rst @@ -93,7 +93,7 @@ Installing PHP and the required modules Next, install the PHP modules needed for this install. Remember, because this is a limited basic install, we only install the neccessary modules, not all of them. If you are making a more complete install, please refer to PHP module list in the source installation documentation, :doc:`../installation/source_installation`:: - dnf install -y php php-gd php-mbstring php-intl php-pecl-apcu\ + dnf install -y php php-cli php-gd php-mbstring php-intl php-pecl-apcu\ php-mysqlnd php-opcache php-json php-zip It may also be useful to install the php-cli module, to ease future troubleshooting: From 3c362845b3047fe5972a6f673d4379d2ca6846a6 Mon Sep 17 00:00:00 2001 From: HelloDarkness <111370255+hellodarkness@users.noreply.github.com> Date: Tue, 17 Oct 2023 13:27:42 +0000 Subject: [PATCH 3/3] Update admin_manual/installation/example_centos.rst Co-authored-by: Daniel Signed-off-by: HelloDarkness <111370255+hellodarkness@users.noreply.github.com> --- admin_manual/installation/example_centos.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/admin_manual/installation/example_centos.rst b/admin_manual/installation/example_centos.rst index 03ff4116c..664ed2084 100644 --- a/admin_manual/installation/example_centos.rst +++ b/admin_manual/installation/example_centos.rst @@ -96,11 +96,6 @@ Next, install the PHP modules needed for this install. Remember, because this is dnf install -y php php-cli php-gd php-mbstring php-intl php-pecl-apcu\ php-mysqlnd php-opcache php-json php-zip -It may also be useful to install the php-cli module, to ease future troubleshooting: - -:: - - dnf install php-cli Installing optional modules redis/imagick ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^