ci: add multi-platform release pipeline for PHP extension#1
Merged
donhardman merged 9 commits intomainfrom Jan 23, 2026
Merged
Conversation
6326d64 to
71a3cd9
Compare
- Add Makefile.frag for shared extension installation - Implement auto-detect of static vs shared build type - Link Rust static library directly into PHP binary for static builds - Add system library dependencies for each platform
- Add cc crate for C compilation in build.rs - Provide __isoc23_strtol/strtoul/strtoll/strtoull wrappers redirecting to old symbols - Disable FORTIFY_SOURCE to reduce glibc symbol dependencies - Add config.m4 notice about glibc 2.17+ compatibility for static builds
b6c65d2 to
3cb23e9
Compare
3cb23e9 to
e2d1d52
Compare
- Add CI matrix for macOS-14 (ARM64) and macOS-13 (x86_64) - Use Homebrew prefix detection for architecture-agnostic paths - Add dynamic_lookup linker flags for macOS PHP extension builds
c51bae5 to
243e75a
Compare
- Remove ML libraries (candle-*, ort) - Remove NLP/embedding deps (fastembed, hf-hub, tokenizers) - Remove image processing deps (image, gif, png, tiff, exr, ravif) - Remove video processing deps (rav1e, av-scenechange) - Remove unused misc deps (indicatif, onig, reqwest, rayon-cond) - Simplify octolib to core functionality
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.
No description provided.