You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After introducing box (#175), it is a good choice to directly rewrite DeployCommand. Ideally, we can automatically package single executable SPC files for different platforms and upload them when releasing a new version:
Roadmap:
Use the command bin/spc download --all to download dependencies
Compile the phpmicro SAPI with minimal extension required by static-php-cli itself: bin/spc build pcntl,posix,mbstring,tokenizer,phar --build-micro
Roadmap:
bin/spc download --all
to download dependenciesbin/spc build pcntl,posix,mbstring,tokenizer,phar --build-micro
vendor/bin/box compile
bin/spc micro:combine spc.phar
spc-macos-x86_64.tar.gz
The text was updated successfully, but these errors were encountered: