Rob Landers
Rob Landers
Same. It's just the only thing I can think of.
Frankenphp is implemented as a Caddy module, but cannot be installed as a caddy module on its own. It requires a PHP installation, compiled in ZTS mode, and other dependencies....
I have a suspicious feeling that this is a weird bug with `$_ENV` vanishing during autoloading. I have a reproducer and have stepped through the php interpreter many times, but...
I just use xdebug's profiling tools (which works fine), I've never heard of spx before. I have no idea how spx works, but it looks like an extension. Perhaps it...
@geoidesic, any fish?
Anything in `journalctl` related to frankenphp (I think it is the `-x` flag, but can't remember off the top of my head)?
FrankenPhp doesn't make any requests by itself. To be honest, if your application is doing nonsensical things, you might want to check if you have been hacked. I remember a...
In the next release, there will be some metrics: https://github.com/dunglas/frankenphp/blob/main/docs/metrics.md That might be helpful.
If you just `exit` at a random place in the script, does it still not work?
Interesting. If you turn on xdebug logs, does it give any useful information? I wonder if this might be an xdebug bug?