fix: restore PHP discovery and platform installation - #24
Merged
Merged
Conversation
Query PHP's JSON source index directly and combine current/archive Windows binaries with semantic ordering, architecture filtering, rebuild handling and explicit fetch errors. Preserve TS/NTS selection without introducing a scheduled manifest service. Apply the absolute Windows extension_dir fix from PR #23. Select Homebrew OpenSSL 3 for PHP 8.1+ and the older dependency for legacy versions, with clear missing-dependency errors and preservation of explicit configure options. Add hook and shell regressions and update installation CI entry points. Validated upstream discovery with vfox Lua modules on macOS and simulated Windows architectures; full SDK installation remains a CI check. Fixes #12 Fixes #17 Fixes #19 Fixes #8 Co-authored-by: JamBalaya56562 <jambalaya.pyoncafe@outlook.jp>
Restrict push runs to main to avoid duplicate PR installations. Restore workflows disabled by inactivity so platform checks run for the fixes.
aooohan
marked this pull request as ready for review
September 12, 2026 07:31
This was referenced Sep 12, 2026
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.
Use the official PHP JSON source index and correctly ordered Windows current/archive binaries. Preserve TS/NTS and rebuilt packages. Apply the absolute extension_dir fix from #23, select OpenSSL by PHP version, and preserve explicit configure options.
Validation: hook and shell regressions, live upstream discovery, and packaging passed locally. Full installation is covered by CI.
Fixes #12
Fixes #17
Fixes #19
Fixes #8