frankenphp
frankenphp copied to clipboard
🧟 The modern PHP app server
### What happened? Sometimes (every 5 minutes) i have a crash with segfault. I use the official static build 1.1.0 ``` Segmentation fault (core dumped) ``` ### Build Type Official...
Some signals appear to be getting held up somewhere, causing an eventual segfault. ``` cat /proc/5497/status | grep Sig 23cfdd722a8d: Sun Dec 24 20:04:39 2023 SigQ: 48523/63519
### Discussed in https://github.com/dunglas/frankenphp/discussions/247 Originally posted by **ruudk** October 7, 2023 I'm wondering if it would be possible to have custom PHP ini settings in the Caddy config. I checked...
I get this error after just trying to run an app in worker mode. It prints this error all over in the log: `{"level":"error","ts":1700923502.7101762,"msg":"unexpected termination, restarting","worker":"/app/public/index.php","exit_status":255}` It's running in docker...
I tried to get TYPO3 working in worker mode. I used the [Custom Apps](https://frankenphp.dev/docs/worker/) as a base. This is what i have so far: ```php
Is there any way to configure frankenphp to have dynamic http workers like fpm does? It can reduce memory usage.
Briefly mentioned this one Twitter. I recreated a very simple repo that has this issue, with basically just an empty Symfony project fresh from `symfony local:new`. https://github.com/jorismak/franken-segfault Starting the Docker...
Continuation of #99. Closes #46, closes #99.
Profile Guided Optimization can significantly improve performance of Go programs. To enable this optimization, we need to continuously collect profiles from a production environnement. https://go.dev/doc/pgo
Hello, I'm using redis for cache, I'm getting this error : `laravel connection refused [tcp://127.0.0.1:6379]` I've tried to put localhost, redis instead of 127.0.0.1 but still the same error :...