Open AntoineTesson opened 3 months ago
update with the same code with symfony 7.1 no problem. (with frankenPHP) But with 5.4.41 => Problem (with frankenPHP) / (no problem witht classic php-fpm)
Sounds like there is some code in that older symfony version that is relying on Global state and thus incompatible with worker mode. Regular, non-worker mode (aka, cgi-mode) should work just fine though.
What happened?
Hello,
I use docker , i wanted to try frankenPHP with my app symfony 5.4.x
I access to https://localhost , so its success ! But then after few clicks on the app all is broken with this error
The solve, its to exit docker, docker up again , but this error appear again and again after a moment. (every time just few minutes)
Build Type
Official static build
Worker Mode
Yes
Operating System
GNU/Linux
CPU Architecture
x86_64
PHP configuration
Relevant log output
No response