crazywhalecc / static-php-cli

Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included.
https://static-php.dev
MIT License
1.33k stars 233 forks source link

Add phpmicro win32 mode support #478

Closed crazywhalecc closed 5 months ago

crazywhalecc commented 5 months ago

What does this PR do?

Add phpmicro win32 mode support, fix #359

Checklist before merging

If your PR involves the changes mentioned below and completed the action, please tick the corresponding option. If a modification is not involved, please skip it directly.

KingBes commented 3 days ago

请问支持win32了吗? 显示

  The "--enable-micro-win32" option does not accept a value.  
crazywhalecc commented 3 days ago

@KingBes 编译时直接使用 bin/spc build xxx --enable-micro-win32 --build-micro 就行。