Kévin Dunglas

Results 1072 comments of Kévin Dunglas

This shouldn't return an empty object. The serialization is done automatically, no need to do it explicitly. This example should work.

We need to patch the spec first. Maybe can we find something more idiomatic claim name?

Maybe `private_only` to set to true?

I agree with @withinboredom rationale. However it would be nice to fix that in php-src.

Should we merge this one?

@henderkes it looks like there is still an issue with `-fpic` instead of `-fPIC` on ARM, but I'm not sure of the origin of the issue. Also, I'm unsure why...

It's maybe just because the pre-built packages aren't compiled with `-fPIC` yet.

Could you try to make a profile to see where the CPU is used? You can follow these instructions: https://mercure.rocks/docs/hub/debug

Would you happen to know if the process crashes? If yes, could you try to gather a stack trace (https://frankenphp.dev/docs/contributing/#debugging-segmentation-faults-with-static-builds)? If that's not the case, could you provide us with...

This workaround is only needed when not using the standard PHP CLI. I'll update the docs to make that clearer. You don't need this workaround with Docker images. It is...