Describe you feature request
Is your feature request related to a problem? Please describe.
I was actually curious about whether my one remaining PHP server could be improved by coupling Caddy with FrankenPHP. Alas, it can't:
> curl https://frankenphp.dev/install.sh | sh
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 2186 100 2186 0 0 9802 0 --:--:-- --:--:-- --:--:-- 9891
❗ FrankenPHP is not supported on SunOS and i86pc
That makes no sense, given that Caddy works just well and Go is pretty much portable.
Describe the solution you'd like
Make the error go away.
Describe alternatives you've considered
I'll just stick with php-fpm for the foreseeable future, I guess.
Describe you feature request
Is your feature request related to a problem? Please describe.
I was actually curious about whether my one remaining PHP server could be improved by coupling Caddy with FrankenPHP. Alas, it can't:
That makes no sense, given that Caddy works just well and Go is pretty much portable.
Describe the solution you'd like
Make the error go away.
Describe alternatives you've considered
I'll just stick with
php-fpmfor the foreseeable future, I guess.