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 option to manually specify config file path #511

Closed mobot95 closed 1 month ago

mobot95 commented 3 months ago

What does this PR do?

Add option to manually specify config file path

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.

crazywhalecc commented 3 months ago

Sorry for late reply, I noticed this argument is not included for MacOSBuilder, and Windows PHP build process seems don't use --with-config-file-path. It would be even better if these could be improved.