Kévin Dunglas

Results 1072 comments of Kévin Dunglas

@withinboredom I don't think it's related. I have never seen that on any of my repo (org or personal).

@AlliBalliBaba could you try to [make your commits verified](https://docs.github.com/en/authentication/managing-commit-signature-verification/about-commit-signature-verification), this may help fixing the issue.

Good idea! We could update the Docker entrypoint to check if the related packages are installed by doing a `grep` on `composer.json` and run the appropriate command if it's the...

But the best would probably to update the Flex recipes to run these command automatically when installing these packages thanks to Composer scripts when needed.

It's probably one of your library that calls `apache2_resuests_headers()`. For the crash, please check that your or code or the libraries you use aren't using an extension known to crash...

Hi, I recently published a guide about that! https://frankenphp.dev/docs/performance/

This may also be a bug in the Symfony FrankenPHP Runtime instead of in FrankenPHP. For the helpers, could you please report to Symfony? I'll try to take a look...

It's unlikely a FrankenPHP problem. It's more likely an upstream PHP bug. Would you mind opening a report on the PHP bug tracker, please? It may be related to PHP's...

It may also be an OS-level configuration issue or even a hardware issue.