Kévin Dunglas

Results 823 comments of Kévin Dunglas

@aelfannir have you switch to Debian?

FrankenPHP issue: https://github.com/dunglas/frankenphp/issues/886 @aratinau are you using Blackfire?

Thanks! Could you tell me the versions of FrankenPHP you use please (the one that works and the one that doesn't)?

Thanks. Could you check the exact version of FrankenPHP itself please? I'm trying to figure if it's a problem introduced by FrankenPHP or by PHP.

@aratinau thanks! I can see what could cause the issue in 1.2.1 (https://github.com/dunglas/frankenphp/compare/v1.2.0...v1.2.1), so it's likely a PHP issue (https://github.com/php/php-src/compare/php-8.3.7...php-8.3.8). Would you mind reporting the problem to PHP, please? @toby-griffiths...

This seems to be this PHP bug: https://github.com/php/php-src/issues/14592

Could someone does that please? https://github.com/php/php-src/issues/14592#issuecomment-2192553039

I don't manage to reproduce the issue (latest version of Docker for Mac, FrankenPHP, and PHP). Could someone provide me with a minimal reproducer (a Git repo would be perfect)?...

Commenting this block fixes the issue on my side: https://github.com/dunglas/symfony-docker/blob/main/frankenphp/docker-entrypoint.sh#L33-L37 It looks like Doctrine returns a 255 status code when failing to connect to MySQL. It's not the case for...

Is there any docs about the expected behavior? Cold we check what Apache, Caddy+FPM and the built-in PHP development server do to be sure to be consistent?