Feat/php 8.5#16
Merged
Merged
Conversation
6ab2532 to
577f57b
Compare
dmeijboom
approved these changes
Feb 13, 2026
Contributor
dmeijboom
left a comment
There was a problem hiding this comment.
@juliamertz See:
With PHP 8.5, OPcache is now a required extension, automatically built into every PHP binary, thanks to this RFC by Tim, Arnaud, and Ilija. There is not an option to run PHP without it anymore or accidentally forgetting to install it, which was a common problem with Docker containers using the php Docker Official Image.
e028897 to
c815f66
Compare
c815f66 to
9e002f8
Compare
Override rules_distroless with a fork that fixes filegroup circular deps by referencing :data targets instead of full filegroups (PR #164). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a small update script & php 8.5 images.
only
php8.5-opcachedoesn't seem to be available. not sure if this one is required / how to fix.