Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.

echo "❗ You can attempt to compile from sources by following the documentation at: https://frankenphp.dev/docs/compile/"
exit 1
fi

Expand Down
Loading