static-php-cli
static-php-cli copied to clipboard
Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included.
Currently, Musl is used, but there are many known issues with Musl. Would it be possible to add a flag to use the static glibc instead of Musl?
Some macOS developers are using x86_64 homebrew on ARM mac.
According to the descriptions of #377 and #379, spc now needs to add a series of customizable environment variables to implement custom compilation parameters. Demand is expected to be as...
For Laravel Herd, we compile the current versions of PHP with a version of static-php-cli from December 2023. After upgrading to the latest version on the `main` branch, I notice...
Hi frends! [libvips/php-vips](https://github.com/libvips/php-vips) is fast and low-memory usage graphic engine (for create image thumbnails, add watermarks and etc.). Bechmarks compare to imagick and GD → [here](https://github.com/libvips/libvips/wiki/Speed-and-memory-use). And will be greate...
请求支持扩展 https://pecl.php.net/package/simdjson https://github.com/crazyxman/simdjson_php
## What is extension dumper Print required extensions from your composer project. 1. Read custom `vendor/composer/installed.json` or `vendor/composer/installed.php` file. 2. Get all extensions from composer generated file (reading `ext-*` word)....
I really like the PHP language. Can I support this extension? I really enjoy developing UI tools in a PHP environment. If we can support this extension, we can package...
Currently, users are encouraged to fork this repository and to set up GitHub Actions workflows in their own forks to build the static binaries they want. This causes several issues:...
## What does this PR do? Fix #317 . It is currently only tested on macOS, and the support is not perfect (for example, clicking the menu bar will delete...