mirror of
https://github.com/dunglas/frankenphp.git
synced 2026-04-23 00:37:20 +08:00
b02d99ae8a
Automatically sets `ignore_user_abort` to true in worker mode as mentioned in #2186, removing the requirement to change it via ini. Would also be possible to expose something like an explicit `frankenphp_client_has_closed()` function for in-between critical sections. --------- Co-authored-by: Marc <m@pyc.ac>