Rob Landers
Rob Landers
@phenixsoul I would say this is probably a bug/oversight as this appears to be the first time it is reported -- so, like @AlliBalliBaba mentioned, it doesn't appear to be...
The beauty of FrankenPHP is that you can run it at the edge (no need for caddy -> fpm or nginx -> fpm). IIRC, Souin now supports FrankenPHP so you...
> I'm trying right now to pass any zval. I'd think that just like in the parallel extension, it might have some of the same issues? Such as trying to...
> I'd not be against giving them to www-data by default though. We could also add a frankenphp/caddy user (id:1000) and recommend running the server as that user. The problem...
I was just thinking about this today. For the runners, I'd be happy to donate some self-hosted runners. I have two identical (physical) machines in a k8s cluster -- so...
If you are having issues building PHP and the docs are not correct; it might be worth reaching out to the PHP Internals mailing list for assistance in working though...
Hell yeah! Even if it is a WIP/draft PR, it would be much appreciated. Then we can work together to get it ready for a release.
@travisghansen see: https://github.com/dunglas/frankenphp/blob/main/docs/metrics.md
It's possible to know, but not possible for metrics to know in any sort of stable way. For example, if your prometheus scrape happens to be between the time it...
Looking at how things work, this would put metrics directly into the "hot path" of request handling, which I would like to avoid. However, we can passively detect whether workers...