From b3ccb3575db967a605866e16a98a37b677614659 Mon Sep 17 00:00:00 2001 From: Neel Chauhan Date: Mon, 15 Jan 2024 12:50:06 -0800 Subject: [PATCH] Nextcloud guide: Use PHP 8.1 instead of 8.0 --- docs/guides/cms/cloud_server_using_nextcloud.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/cms/cloud_server_using_nextcloud.md b/docs/guides/cms/cloud_server_using_nextcloud.md index 54b8378355..55b5278b92 100644 --- a/docs/guides/cms/cloud_server_using_nextcloud.md +++ b/docs/guides/cms/cloud_server_using_nextcloud.md @@ -106,7 +106,7 @@ php remi-8.0 [e] common [d], devel, minimal Our example here uses Apache and mariadb, so to install what we need, we simply need to do the following: ``` -dnf install httpd mariadb-server vim wget zip unzip libxml2 openssl php80-php php80-php-ctype php80-php-curl php80-php-gd php80-php-iconv php80-php-json php80-php-libxml php80-php-mbstring php80-php-openssl php80-php-posix php80-php-session php80-php-xml php80-php-zip php80-php-zlib php80-php-pdo php80-php-mysqlnd php80-php-intl php80-php-bcmath php80-php-gmp +dnf install httpd mariadb-server vim wget zip unzip libxml2 openssl php81-php php81-php-ctype php81-php-curl php81-php-gd php81-php-iconv php81-php-json php81-php-libxml php81-php-mbstring php81-php-openssl php81-php-posix php81-php-session php81-php-xml php81-php-zip php81-php-zlib php81-php-pdo php81-php-mysqlnd php81-php-intl php81-php-bcmath php81-php-gmp ``` ### Configuring @@ -176,7 +176,7 @@ This is where our Nextcloud instance will be installed. We need to set the time zone for PHP. To do this, open up php.ini with your text editor of choice: ``` -vi /etc/opt/remi/php80/php.ini +vi /etc/opt/remi/php81/php.ini ``` Then find the line: