ARM64 musl binaries now cover Alpine Linux on PHP 8.3, 8.4, and 8.5 NTS. This release also fixes musl release uploads, updates build checks, and refreshes dependencies.
✨ Features
Build
- ARM64 musl support: builds and publishes prebuilt ARM64 musl binaries for PHP 8.3, 8.4, and 8.5 NTS. (db0a2d9)
Distribution
- ARM64 archive names: publishes both
aarch64-linux-muslandarm64-linux-muslarchives, matching the naming scheme used by the Linux glibc builds. (db0a2d9)
📖 Documentation
- Alpine install: documents the required
libgccruntime package and theapk add --no-cache libgccinstallation command. (db0a2d9) - Supported platforms: lists glibc and musl builds separately, clarifies NTS-only support for musl, and explains the ARM64 archive names. (db0a2d9)
🏗️ Internal
- Mago: raises the development dependency requirement to
^1.49.0. (9d08d06)
Full Changelog: 0.2.0...0.4.0