Files
nextcloud-docs/admin_manual/release_notes/upgrade_to_31.rst
Joas Schilling 89793e80be fix(admin): List PHP 8.4 as supported
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-11-18 11:36:00 +01:00

15 lines
620 B
ReStructuredText

=======================
Upgrade to Nextcloud 31
=======================
System requirements
-------------------
* PHP 8.1 is now deprecated but still supported.
* PHP 8.4 is now supported, but 8.3 is recommended.
PHP configuration
-----------------
We have a new setup warning to check if the memory reserved for APCu is high enough. If you see this warning, you should increase the memory reserved for APCu. You can do this by increasing the value of the ``apc.shm_size`` directive in your ``php.ini`` file. It is generally advised to review this value and increase it if necessary depending on your instance size.