-
Steps on how to build them on Alpine x86/aarch64:
```console
git clone https://git.zv.io/toolchains/musl-cross-make.git
cd musl-cross-make
vi config,mak
```
config,.mak contents:
```mak
ST…
-
I started using FrankenPHP recently and love this product.
But the Docker image of FrankenPHP is a little large to deploy a web app, so it would be great if there are much slim version of the image, …
-
Hello,
I would like to work on e.g. an alpine package for a testing build for frankenphp. But this requires a version number for frankenphp.
Edit:
```
/usr/src/app $ frankenphp version
v2.6.2…
-
i just can't managed to get it working
examples i have are here: https://www.nginx.com/resources/wiki/start/topics/recipes/wordpress/#rewrite-rules-for-multisite-using-subdirectories
but it just w…
-
Hi,
Thank you very much for the amazing work done. I really wanted to use Nginx Unit but lack of gzip compression prevents me from using it. I have no complaint with Caddy as it supports all the f…
-
Hello @dunglas,
Tried to install gd extension on FrankenPHP:
```Dockerfile
FROM dunglas/frankenphp:latest
# FROM dunglas/frankenphp:latest-alpine
# FROM php:8.2-apache
ADD https://github.com…
-
Hello,
I am trying to build a frankenphp standalone binary with PHP8.2 but this is not working.
The PHP_VERSION parameter for the build command is ignored
`RUN EMBED=dist/app/ PHP_VERSION=8.2…
-
It's unclear from the docker tags which PHP version I would be getting.
I think for adoption it'd be good to be specific about this, even if you only want to be building 8.2, make an `:php-8.2` ta…
-
Please report 3.2 issues here:
```
composer config minimum-stability beta
composer update api-platform/core
composer recipes:update
```
-
What is the best way to add PHP extensions? Once approach I enjoy from Bref is how it [includes the extensions](https://bref.sh/docs/environment/php.html#extensions) but disables them. Are there plans…