Hans Tuscher

Results 79 comments of Hans Tuscher
trafficstars

Just fixed it be updating gosu and go-replace

Dear @investlab all our images are based on the official `php:8.x` images. Those base images are not compiled with zts. There are base-images containing zts, but that would require us...

@tomglvng signed it

``` session: name: session- handler_id: null cookie_secure: auto cookie_samesite: lax storage_factory_id: session.storage.factory.native enabled: true storage_id: session.storage.native cookie_httponly: true gc_probability: 1 save_path: /app/var/cache/prod_hd0b46c9c54c1cfce0c444726ba0c1595/sessions metadata_update_threshold: 0 ```

I'm trying to use the latest version of Shopware https://www.shopware.com/en/download which is based on Symfony 5.4. It does work without the worker mode as a possible hint. I could also...

They are currently moving towards Symfony Flex and Runtime compatibility. I've tested the version which should already be Runtime compatible https://github.com/shopware/recipes/blob/main/shopware/core/6.4/public/index.php respectevly https://github.com/shopware/production/tree/flex They use the regular Symfony sessions. https://github.com/shopware/platform/blob/trunk/src/Core/Framework/Routing/SalesChannelRequestContextResolver.php#L94

Next week (first week of december) I'll tackle the PHP 8.3 images.

8.3 images are ready: https://gitlab.com/webdevops/Dockerfile/-/pipelines/1089742896 The `-dev` images don't work yet, either Blackfire, Tideways or Xdebug doesn't support 8.3 yet.

XDebug is not working with 8.2RC6

The image for 8.2 is based on `php:8.2-fpm-buster` and this version contains only 8.2.7. We would need to upgrade the base image to be bookworm. But as this is a...