mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Document PHP 8.3 support
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
This commit is contained in:
@@ -34,6 +34,7 @@ For best performance, stability and functionality we have documented some recomm
|
||||
| PHP Runtime | - 8.0 (*deprecated*) |
|
||||
| | - 8.1 |
|
||||
| | - **8.2** (*recommended*) |
|
||||
| | - 8.3 |
|
||||
+------------------+-----------------------------------------------------------------------+
|
||||
|
||||
See :doc:`source_installation` for minimum PHP-modules and additional software for installing Nextcloud.
|
||||
|
||||
@@ -6,7 +6,7 @@ System requirements
|
||||
-------------------
|
||||
|
||||
* PHP 8.2 is recommended over PHP 8.1.
|
||||
* PHP 8.0 is deprecated and will be removed in Nextcloud 28.
|
||||
* PHP 8.0 is deprecated and might be removed in Nextcloud 28.
|
||||
|
||||
Exposed system address book
|
||||
---------------------------
|
||||
|
||||
@@ -2,4 +2,9 @@
|
||||
Upgrade to Nextcloud 28
|
||||
=======================
|
||||
|
||||
To be documented
|
||||
System requirements
|
||||
-------------------
|
||||
|
||||
* PHP 8.3 is now supported, but 8.2 is recommended.
|
||||
|
||||
To be documented
|
||||
|
||||
@@ -54,6 +54,11 @@ Removed APIs
|
||||
Back-end changes
|
||||
----------------
|
||||
|
||||
PHP 8.3
|
||||
^^^^^^^
|
||||
|
||||
In this release support for PHP 8.3 was added. See release notes from PHP about new deprecations.
|
||||
|
||||
Development dependency hell
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user