static-php-cli icon indicating copy to clipboard operation
static-php-cli copied to clipboard

Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included.

Results 49 static-php-cli issues
Sort by recently updated
recently updated
newest added

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?

help wanted
question
os/linux

Some macOS developers are using x86_64 homebrew on ARM mac.

enhancement
kind/framework
os/macos

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...

enhancement
help wanted

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...

bug
kind/php-src

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...

enhancement
kind/extension

请求支持扩展 https://pecl.php.net/package/simdjson https://github.com/crazyxman/simdjson_php

enhancement
kind/extension

## 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)....

enhancement
kind/framework

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...

enhancement
kind/extension
need response

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:...

enhancement
help wanted
kind/workflow

## 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...

enhancement
kind/extension
os/macos