aboutsummaryrefslogtreecommitdiffstats
path: root/apps/settings/lib/SetupChecks/PhpOpcacheSetup.php
Commit message (Collapse)AuthorAgeFilesLines
* fix: typoGit'Fellow2024-07-081-1/+1
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* fix: check both CLI and valueGit'Fellow2024-07-081-1/+1
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* fix(setupchecks): Skip checking for OPcache if running from CLIGit'Fellow2024-07-081-0/+5
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* chore: Add SPDX headerAndy Scherzinger2024-06-031-19/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(setupchecks): Fix opcache buffer checkCôme Chilliet2024-04-301-1/+3
| | | | | | | | This was broken by last codestyle update, maybe even before because of operator precedence. Now using vars to make it readable and correct at the same time. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Improve PHP opcache setup check and reduce level in some casesCôme Chilliet2024-01-081-23/+37
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix small psalm issueCôme Chilliet2024-01-081-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Remove unsupported <code> tag and use quotes insteadCôme Chilliet2024-01-081-8/+8
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Migrate opcache check to new SetupCheck APICôme Chilliet2024-01-081-0/+134
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>