Commit Graph

10 Commits

Author SHA1 Message Date
Côme Chilliet
cc695515d7 Merge pull request #12292 from nextcloud/bugfix/noid/8.4-support
feat(developer): Mention PHP 8.4 support
2024-11-18 11:51:05 +01:00
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
MichaIng
c7f433a042 fix(admin): remove mentions of apc.enable_cli
After https://github.com/nextcloud/server/pull/46151, Nextcloud does not require `apc.enable_cli` to be enabled anymore, but will fallback to the dummy NullCache instead for CLI calls. All mentions of this PHP configuration option are hence removed.

Additionally, one left mention of `opcache.enable_cli` is removed, which was never required.

Signed-off-by: MichaIng <micha@dietpi.com>
2024-10-29 16:35:41 +01:00
Steve8291
727f671ea8 Update php_configuration.rst
Add note that sodium is included with php7.2+

Signed-off-by: Steve8291 <hambling8@gmail.com>
2024-06-03 06:48:11 -04:00
Richard Steinmetz
2929777efc feat(admin): drop php 8.0
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2024-04-09 11:55:56 +02:00
J0WI
72c438aab1 Remove bz2
Co-authored-by: Josh <josh.t.richards@gmail.com>
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-19 17:25:55 +00:00
J0WI
2c6ac0e1dd Remove bz2 from recommend extensions
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2024-01-16 00:38:24 +01:00
Côme Chilliet
c3227bd974 Fix capitalization of bullet list
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-10-26 11:24:13 +02:00
Côme Chilliet
fafca8f8b8 Apply suggestions from Benjamin
Co-authored-by: Benjamin Gaussorgues <github-fa3ie@altahrim.net>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
2023-10-26 11:23:21 +02:00
Côme Chilliet
74bc89efc3 Add documentation for ini values and improve the one for modules
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-10-24 15:29:06 +02:00