Kévin Dunglas

Results 820 comments of Kévin Dunglas

I discussed this issue with @soyuka at SymfonyCon. Maybe could we provide a dev command to generate a file containing metadata computed using the active DB connection. Users could then...

In the meantime, as a workaround, using SQLite instead of MySQL/Postgres at build time should work.

Can you try to add `/usr/local/lib/` to `LD_LIBRARY_PATH` and to `LIBRARY_PATH` in case it isn't already?

Actually, `LD_LIBRARY_PATH` should be enough. Could you try if it still works after removing `LIBRARY_PATH`? I'll update the docs.

Alternatively, you can compile PHP with `--prefix=/lib` or any other path that is in the default `LD_LIBRARY_PATH`.

Maybe could you use the SLSA attestations we generate? https://github.com/dunglas/frankenphp/attestations

This should be reported to php-vips directly. It seems to be a bug in this extension, that intents to be thread safe: https://github.com/libvips/php-vips/issues/87

Updated, indeed the CI seems to have an issue.

It's maybe because we removed the `hydra:` prefix by default. We'll take a look.

Could you please try to set the `hydra_prefix` of the API component to `true` to see if this workaround works: ```yaml # api/config/packages/api_platform.yaml api_platform: serializer: hydra_prefix: true ``` https://api-platform.com/docs/core/upgrade-guide/