From 84bf80608bc0382cc34fff3a8e8907265cdd5f81 Mon Sep 17 00:00:00 2001 From: michag86 Date: Mon, 14 Jan 2019 08:10:01 +0100 Subject: [PATCH] fixed a typo --- admin_manual/installation/php_72_installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/installation/php_72_installation.rst b/admin_manual/installation/php_72_installation.rst index 205dc75b4..568fde375 100644 --- a/admin_manual/installation/php_72_installation.rst +++ b/admin_manual/installation/php_72_installation.rst @@ -44,7 +44,7 @@ Then restart Apache:: Verify with ``phpinfo`` that your Apache server is using PHP 7.2 and loading the correct modules; see :ref:`label-phpinfo` to learn how to use ``phpinfo``. -If there is no requirement for your old PHP installation, you can remove it: +If there is no requirement for your old PHP installation, you can remove it:: yum remove php* rm /etc/httpd/conf.modules.d/10-php54.off /etc/httpd/conf.d/php54.off @@ -100,7 +100,7 @@ Then restart Apache:: Verify with ``phpinfo`` that your Apache server is using PHP 7.2 and loading the correct modules; see :ref:`label-phpinfo` to learn how to use ``phpinfo``. -If there is no requirement for your old PHP installation, you can remove it: +If there is no requirement for your old PHP installation, you can remove it:: yum remove php* rm /etc/httpd/conf.modules.d/10-php54.off /etc/httpd/conf.d/php54.off