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] 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: