mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-16 16:07:43 +00:00
feat(admin): drop php 8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
This commit is contained in:
@ -118,15 +118,15 @@ You can search for a parameter with the following command: ``grep -r date.timezo
|
||||
**php.ini - used by the Web server:**
|
||||
::
|
||||
|
||||
/etc/php/8.0/apache2/php.ini
|
||||
/etc/php/8.3/apache2/php.ini
|
||||
or
|
||||
/etc/php/8.0/fpm/php.ini
|
||||
/etc/php/8.3/fpm/php.ini
|
||||
or ...
|
||||
|
||||
**php.ini - used by the php-cli and so by Nextcloud CRON jobs:**
|
||||
::
|
||||
|
||||
/etc/php/8.0/cli/php.ini
|
||||
/etc/php/8.3/cli/php.ini
|
||||
|
||||
.. note:: Path names have to be set in respect of the installed PHP
|
||||
(8.0, 8.1 or 8.2) as applicable.
|
||||
(8.1, 8.2 or 8.3) as applicable.
|
||||
|
@ -250,7 +250,7 @@ Here are some example root paths for these ini/config files:
|
||||
+-----------------------+-----------------------+
|
||||
| Debian/Ubuntu/Mint | CentOS/Red Hat/Fedora |
|
||||
+-----------------------+-----------------------+
|
||||
| ``/etc/php/8.0/fpm/`` | ``/etc/php-fpm.d/`` |
|
||||
| ``/etc/php/8.3/fpm/`` | ``/etc/php-fpm.d/`` |
|
||||
+-----------------------+-----------------------+
|
||||
|
||||
In both examples, the ini/config file is called ``www.conf``, and depending on
|
||||
@ -277,7 +277,7 @@ you must add them.
|
||||
|
||||
Alternatively it is possible to use the environment variables of your system by modifying::
|
||||
|
||||
/etc/php/8.0/fpm/pool.d/www.conf
|
||||
/etc/php/8.3/fpm/pool.d/www.conf
|
||||
|
||||
and uncommenting the line::
|
||||
|
||||
|
@ -31,10 +31,9 @@ For best performance, stability and functionality we have documented some recomm
|
||||
| Webserver | - **Apache 2.4 with** ``mod_php`` **or** ``php-fpm`` (recommended) |
|
||||
| | - nginx with ``php-fpm`` |
|
||||
+------------------+-----------------------------------------------------------------------+
|
||||
| PHP Runtime | - 8.0 (*deprecated*) |
|
||||
| | - 8.1 |
|
||||
| | - **8.2** (*recommended*) |
|
||||
| | - 8.3 |
|
||||
| PHP Runtime | - 8.1 (*deprecated*) |
|
||||
| | - 8.2 |
|
||||
| | - **8.3** (*recommended*) |
|
||||
+------------------+-----------------------------------------------------------------------+
|
||||
|
||||
See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud.
|
||||
|
@ -171,7 +171,7 @@ Web server and Nextcloud itself.
|
||||
Linux distros or operating systems they can differ.
|
||||
|
||||
* The logfile of Apache2 is located in ``/var/log/apache2/error.log``.
|
||||
* The logfile of PHP can be configured in your ``/etc/php/8.0/apache2/php.ini``.
|
||||
* The logfile of PHP can be configured in your ``/etc/php/8.3/apache2/php.ini``.
|
||||
You need to set the directive ``log_errors`` to ``On`` and choose the path
|
||||
to store the logfile in the ``error_log`` directive. After those changes you
|
||||
need to restart your Web server.
|
||||
@ -195,7 +195,7 @@ these modules:
|
||||
* mod_security
|
||||
* mod_reqtimeout
|
||||
* mod_deflate
|
||||
* libapache2-mod-php*filter (use libapache2-mod-php8.0 instead)
|
||||
* libapache2-mod-php*filter (use libapache2-mod-php8.3 instead)
|
||||
* mod_spdy together with libapache2-mod-php5 / mod_php (use fcgi or php-fpm
|
||||
instead)
|
||||
* mod_dav
|
||||
|
@ -14,6 +14,7 @@ These sub pages will cover the most important changes in Nextcloud, as well as s
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
upgrade_to_30.rst
|
||||
upgrade_to_28.rst
|
||||
upgrade_to_27.rst
|
||||
upgrade_to_26.rst
|
||||
|
9
admin_manual/release_notes/upgrade_to_30.rst
Normal file
9
admin_manual/release_notes/upgrade_to_30.rst
Normal file
@ -0,0 +1,9 @@
|
||||
=======================
|
||||
Upgrade to Nextcloud 30
|
||||
=======================
|
||||
|
||||
System requirements
|
||||
-------------------
|
||||
|
||||
* PHP 8.1 is now deprecated but still supported.
|
||||
* PHP 8.0 is no longer supported.
|
Reference in New Issue
Block a user