Skip to content

Fix PHP 8.5 production opcache extension#129

Merged
dbpolito merged 1 commit into
masterfrom
fix/php85-opcache-prod
May 18, 2026
Merged

Fix PHP 8.5 production opcache extension#129
dbpolito merged 1 commit into
masterfrom
fix/php85-opcache-prod

Conversation

@dbpolito
Copy link
Copy Markdown
Member

Ticket

SKIPPED

Description

Ensure PHP 8.5 production images avoid installing an unsupported opcache extension while preserving opcache for earlier production versions.

Checklist

PHP 8.5 Images

  • Confirm that PHP 8.5 Alpine production images omit opcache.
  • Confirm that PHP 8.5 Debian production images omit opcache.

Template Output

  • Verify that production templates keep opcache for PHP versions below 8.5.
  • Check that PHP 8.5 template output matches the generated Dockerfiles.

Validation

  • Verify that the changed Dockerfiles and templates were reviewed against the branch diff.

- remove opcache from generated PHP 8.5 production Dockerfiles
- keep opcache enabled for production images before PHP 8.5
- update Alpine and Debian templates to apply the version guard
@dbpolito dbpolito self-assigned this May 18, 2026
@dbpolito dbpolito merged commit 1a31ddd into master May 18, 2026
15 checks passed
@dbpolito dbpolito deleted the fix/php85-opcache-prod branch May 18, 2026 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant