Skip to content

add compile from sources fallback to unsupported OS message#1939

Merged
henderkes merged 3 commits intophp:mainfrom
henderkes:sunos
Oct 29, 2025
Merged

add compile from sources fallback to unsupported OS message#1939
henderkes merged 3 commits intophp:mainfrom
henderkes:sunos

Conversation

@henderkes
Copy link
Copy Markdown
Contributor

closes #1764

@henderkes henderkes requested a review from dunglas October 23, 2025 18:19
Comment thread install.sh Outdated
@@ -59,6 +59,7 @@ esac

if [ -z "${THE_ARCH_BIN}" ]; then
echo "❗ FrankenPHP is not supported on ${OS} and ${ARCH}"
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Precompiled FrankenPHP binaries aren't available for... ?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was my first thought, but the reality is that FrankenPHP is indeed not supported outside of Linux and MacOS. They may run into unsolvable issues during compilation. I personally don't wish to maintain FrankenPHP builds outside of Linux and macOS (and Windows, if Go ever sees MSVC compatibility).

Perhaps FrankenPHP is not supported on ${OS} and ${ARCH}, but you may succeed in compiling it yourself.?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do support FreeBSD too, and I would like to add support (even if not official) for most BSD systems.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we support it, it's official support :P
I'll change the message then.

@henderkes
Copy link
Copy Markdown
Contributor Author

Pushed to the wrong branch, ugh.

@henderkes henderkes merged commit 5447a7a into php:main Oct 29, 2025
86 of 95 checks passed
@henderkes henderkes deleted the sunos branch October 29, 2025 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support illumos servers

2 participants