Add a configuration option that allows Linux and macOS installations to use prebuilt static PHP binaries instead of building PHP from source.
When this option is enabled, the installer should:
- install PHP from available prebuilt static builds instead of compiling from source
- show a clear warning that fewer PHP versions may be available
- explain that new PHP versions may become available later than source builds
- make version listing respect this setting, so only versions available as prebuilt static builds are shown
This would provide a faster and simpler installation path for users who prefer prebuilt binaries, while keeping source builds available as the default or fallback option.
Add a configuration option that allows Linux and macOS installations to use prebuilt static PHP binaries instead of building PHP from source.
When this option is enabled, the installer should:
This would provide a faster and simpler installation path for users who prefer prebuilt binaries, while keeping source builds available as the default or fallback option.