-
### What happened?
My Symfony6 application can not start with the following error:
```
{"level":"error","ts":1711266796.1390681,"msg":"PHP Fatal error: Uncaught Error: Call to undefined function…
-
Just to mention, as stated in `/doc/hepl.md`, requiring help should be done through Stackoverflow with the use of `vulcain` tag. Sadly, this tag has never been created there and only users with 15k+ r…
-
When trying to build caddy image (caddy:2.7) the following command failed with error :
`go: github.com/caddyserver/caddy/v2@v2.7.6: Get "https://proxy.golang.org/github.com/caddyserver/caddy/v2/@v…
-
I'm adapting an existing Symfony 7 application to use Docker + Frankenphp based on your setup. The `dev` environment works nicely but when I try to run the `prod` environment, which uses workers to ha…
-
Hello,
first of all, thank you for the 1.0.0 release of FrankenPHP.
I have made some tests and sucessfully built a standalone applications, but i found no documentations on how to configure the …
-
### What happened?
sorry, I had to ask again, I've spent a few hours with no success. Now the error is related to `php_variables.h`, but i installed `php82` `php82-dev` and verified that php82-dev …
-
Hey there,
I've only had this issue on production and not locally or in a staging environment so I haven't been able to enable `debug` for this.
My application gets around 40k requests per second,…
-
Hello,
I just built and pulled Caddy with Mercure & Vulcain, with your new, ecofriendly technic :
`ADD --chmod=500 https://caddyserver.com/api/download?os=linux&arch=${TARGETARCH}&p=github.com/…
-
I have two API Platform projects (project 1 and 2) running through a Caddy docker proxy server. Requests to both projects inside the proxy server container works perfectly.
However when I'm making…
-
Hello. I'm using frankenphp image as base and I'm trying to start my container with this command:
```
CMD [ "frankenphp", "run", "--config", "/etc/caddy/Caddyfile", "--adapter", "caddyfile" ]
```…