mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
* signal handlers can only touch global volatile sig_atomic_t variables. * fastcgi_cleanup is static * structs sigaction are static * A signal handler cannot call exit() because it is not async signal safe, call _exit instead.