Kévin Dunglas

Results 1072 comments of Kévin Dunglas

This looks like a network issue on your side. Are you using any special extension?

Could you identify what is the connection that is broken (to which service/client/etc)?

Is it a PHP or a Caddy error? You can try to set [the `debug` directive](https://caddyserver.com/docs/caddyfile/options#debug) and enable PHP errors logging (`error_reporting`) in your `php.ini`.

Could you provide a minimal reproducer, or at least copy your `Caddyfile` (if any) and the code that triggers the error?

Interesting. Is it done too early? Anyway, this is a bug. I would love to get a minimal reproducer to try to fix this.

Would you mind to add this to the documentation? This can save a lot of time for many NGINX users! Closing for now as it's not directly FrankenPHP-related.

Could you show your Dockerfile please? Are you using the official FrankenPHP Docker image or downloading the static binary in Sail's container? If it's the later, you're likely encountering a...

Are you using the static binary? If yes, switch to the Docker image or compiling manually FrankenPHP will likely fix the issue.

@MattLoyeD yes, it's unfortunate but the only way to prevent this crash is to fix https://github.com/php/php-src/issues/13648. The PHP Foundation seems to be on it (https://github.com/php/php-src/issues/14734), but in the meantime there...