g3ra

Results 8 comments of g3ra

change The command '/bin/sh -c git clone --depth 1 --branch v0.9.5 => The command '/bin/sh -c git clone --depth 1 --branch v0.11.1

i have same issue https://github.com/dunglas/frankenphp/issues/944 with apiplatform

> > @jeremyj11 , thanks! This is likely this issue: [php/php-src#13648](https://github.com/php/php-src/issues/13648) > > As a workaround, switching to a FrankenPHP build that uses glibc (like the one we provide in...

try https://github.com/api-platform/core/issues/4891

i think its related https://symfony-devs.slack.com/archives/C39FKU9AL/p1723577619039279

so we added clearstatcache This is not at all what we expected to see from the team realpath_cache_get() ```php public function base64ToFile(string $base64, string $fileName, string $storage = Files::STORAGE_PATH): array...

```gesdinet_jwt_refresh_token.yaml gesdinet_jwt_refresh_token: refresh_token_class: App\Entity\RefreshToken ttl: 2592000 user_identity_field: globalUuid token_parameter_name: refreshToken ``` ``` lexik_jwt_authentication: secret_key: '%env(resolve:JWT_SECRET_KEY)%' public_key: '%env(resolve:JWT_PUBLIC_KEY)%' pass_phrase: '%env(JWT_PASSPHRASE)%' token_ttl: 10800 user_identity_field: global_uuid ``` ``` controllers: resource: path: ../src/Controller/ namespace:...

You have the option to override PurgeHttpCacheListener, and I believe it would be beneficial to create a custom gatherResourceAndItemTags method to manage cache invalidation for DTOs that rely on state...