Skip to content

Bugfix/php8.5 opcache removal - #447

Open
bigcalm wants to merge 3 commits into
geerlingguy:masterfrom
bigcalm:bugfix/php8.5-opcache-removal
Open

Bugfix/php8.5 opcache removal#447
bigcalm wants to merge 3 commits into
geerlingguy:masterfrom
bigcalm:bugfix/php8.5-opcache-removal

Conversation

@bigcalm

@bigcalm bigcalm commented Mar 29, 2026

Copy link
Copy Markdown

Since PHP 8.5, OPcache has been baked in. Meaning that php{8.5}-opcache no longer has an install candidate on Debian unstable.

The PR removes -opcache from the list of packages to be installed. But then attempts to install it via tasks/main.yml if the version of PHP < 8.5.

Additionally, the opcache.so binary will not be available. The opcache.ini template omits referencing the binary unless the version of PHP is < 8.5.

Note that the README.md still refers to opcache.so as I am not sure how you would want to document the change in PHP 8.5 (line 134):

php_opcache_zend_extension: "opcache.so"

PR #402 used for inspiration.

Fixes issue #446

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

This pr has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

@github-actions github-actions Bot added the stale label Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant