Jerry Ma

Results 141 comments of Jerry Ma

Seems that making `--build-embed` as optional causes this error. Workaround: move `--build-embed` at the end of command. I didn't expect that passing the parameter as InputOption::OPTIONAL would cause the extensions...

Wow it's really a good proposal! Once the binary SPC is completed and the stable version 2.0.0 is released, I believe we can create a new repository as you suggested:...

@simonhamp Actually it will be a little complicated. The problem is as follows: 1. The default extension combination provided has not been determined yet, and if the default combination is...

@simonhamp I have currently hosted the SPC binary of the main branch on my [own server](https://dl.static-php.dev/static-php-cli/spc-bin/nightly/) ([workflow](https://github.com/crazywhalecc/static-php-cli/blob/main/.github/workflows/release-build.yml)) and it should be stable, I won't change it. Additionally the release tag...

> As an improvement for the custom extension or combined use case, it should also be possible to upload the content of buildroot/ to GitHub releases and let the action...

@DubbleClick Sorry to bother you, but if you have time, I recently encountered some situations when solving this issue. I saw that gcc has a major version update, and musl-libc...

Separating musl-wrapper from musl-toolchain helps to quickly update musl-wrapper and avoid repeated compilation of musl-toolchain.

It's possible to support, but imagemagick for windows has different build script, need take some time.

Progress updated. Related issue: https://github.com/ImageMagick/ImageMagick/issues/7634

Currently ImageMagick-windows repository is for windows build, but it cannot be used for php-src static build. The good news is the error looks fixable, but need some time to do...