Utility for building and packaging ZTS builds of PHP and shared extensions. Published daily at https://pkg.henderkes.com. Uses static-php-cli
curl -fsSL https://files.henderkes.com/install.sh | sh -s 8.5The main command-line tool is bin/spp with the steps build and package. The former builds php and extensions, the latter packages them into os-packages.
To run both build and package steps in one command:
php bin/spp all
--target: Opional. Specify the target architecture using a target triple that Zig understands, such asnative-native-gnuornative-native-musl -dynamic. Default uses current OS defaults.--type: Required. Specify the package type to build. rpm, deb or apk.--prefix: Optional. Prefix for binaries and packages.--prefix="-zts85"generatesphp-zts85andphp-zts85-cli. Defaults to-zts.