Skip to content

Update unstable PHP tag to 8.6.0alpha3 - #193

Open
eiriksm wants to merge 3 commits into
mainfrom
claude/unstable-tag-alpha-3-3atr61
Open

Update unstable PHP tag to 8.6.0alpha3#193
eiriksm wants to merge 3 commits into
mainfrom
claude/unstable-tag-alpha-3-3atr61

Conversation

@eiriksm

@eiriksm eiriksm commented Aug 6, 2026

Copy link
Copy Markdown
Member

No description provided.

claude added 3 commits August 6, 2026 04:22
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012KziZyXrwQuJyZeFPm1aQ6
pie install currently fails during the apcu/apcu build on the
8.6.0alpha3 base image with only "Misuse of shell builtins" and a
pointer to a temp file that lives inside the already-torn-down build
container, so the actual compiler/make error never reaches the CI log.
Build apcu with -v so pie streams the real output live instead of
buffering it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012KziZyXrwQuJyZeFPm1aQ6
apcu's latest tagged release (what pie/pecl install) still calls
php_verror() with the old 5-argument signature; PHP 8.6.0alpha3 dropped
the "params" argument, breaking the build. That's already fixed on
apcu's default branch (unreleased), so build 8.6 from a fresh clone
instead, matching the existing igbinary/mailparse/redis/imagick
workarounds for this PHP version.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012KziZyXrwQuJyZeFPm1aQ6
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.

2 participants