Kévin Dunglas
Kévin Dunglas
For the "tests" action, copying this should work: https://github.com/dunglas/go-fswatch/blob/main/.github/workflows/tests.yaml
While reading a ticket on fswatch's bug tracker, I stumbled upon https://github.com/e-dant/watcher which looks even better: - faster - fanotify support on Linux (which is faster than inotify and has...
> Would we integrate the c lib directly here in frankenphp or in a separate repo or create a binding in their repo ? The C API is so simple...
I can handle the static part if you want @AlliBalliBaba, it's a bit tricky because this needs to be integrated into the static-php-cli process. Let me know if you need...
These flags shouldn't be added. It's likely a bug or a limitation in `php-config` itself or in some extensions. This patch should work as a workaround: https://github.com/dunglas/frankenphp/pull/1026
The Symfony Runtime for FrankenPHP does call the reset method of the kernel between each request. This is most likely a service with a global state (in your app or...