Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(admin): remove mentions of apc.enable_cli #12332

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

MichaIng
Copy link
Member

After nextcloud/server#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.

☑️ Resolves

  • Fix #…

🖼️ Screenshots

After nextcloud/server#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 <[email protected]>
@skjnldsv skjnldsv merged commit 8837729 into master Oct 29, 2024
12 checks passed
@skjnldsv skjnldsv deleted the fix/apcu-cli-not-required branch October 29, 2024 15:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants