-
### Description
When building the Symfony cache using FrankenPHP and PHP ZTS provided by the official Alpine PHP image, a segmentation fault occurs on this line: https://github.com/symfony/symfony/…
-
Firstly thanks for all the work done to create a Symfony docker image and implementing FrankenPHP I am very much looking forward to getting it working.
I have been testing the new FrankenPHP runtim…
-
### What happened?
hello,
Since your lasts updates on the image, I started to receive this error when compiling:
![image](https://github.com/dunglas/frankenphp/assets/22943974/043df802-4be1-4893-…
-
Hello,
Since the new build (a few hours ago) I can't seem to be able to start my frankenphp container.
The error seems to be related to Mercure, here is what I have when running `docker compose …
-
After the PR #460 merge there is no longer an option to extend the core PHP service, but what if it is necessary?
For example, I'm using Docker Swarm and I need a separate service for Crontab/Messe…
-
Hi
I create this issue to get some help.
I've migrate my project from a regular config with a container apache and php_fpm.
In that config my container php_fpm expose port 9010, so after few config…
-
Hi all,
I followed the steps on the xdebug.md but as soon as I start the project with Xdebug my log is spammed with the following:
NOTICE: PHP message: Xdebug: [Step Debug] Could not connect to de…
-
### What happened?
Hello,
I builded my custom docker image to add PHP extension :
```
FROM dunglas/frankenphp:1.1.0-php8.2.16-alpine
RUN apk add --no-cache \
nodejs=20.11.1-r0 \
npm=10.…
-
This bundle is downloading dart-sass automatically which is perfectly ok when running on windows, macos, linux. Except for some distro's like alpine. Alpine is quite popular for people using docker be…
-
I'm trying to use a bigger Symfony application in worker mode. If the caches are warm, it generally works as long as no session is used.
If I visit actions containing e.g. flash message
```html
…