Searched refs:SIGHUP (Results 1 – 5 of 5) sorted by relevance
/PHP-8.4/sapi/fpm/fpm/ |
H A D | fpm_signals.c | 26 #ifdef SIGHUP 27 [SIGHUP] = "SIGHUP",
|
/PHP-8.4/ext/pcntl/ |
H A D | pcntl.stub.php | 128 const SIGHUP = UNKNOWN; define
|
H A D | pcntl_arginfo.h | 345 REGISTER_LONG_CONSTANT("SIGHUP", LONG_CONST(SIGHUP), CONST_PERSISTENT); in register_pcntl_symbols()
|
/PHP-8.4/Zend/ |
H A D | zend_signal.c | 74 static const int zend_sigs[] = { TIMEOUT_SIG, SIGHUP, SIGINT, SIGQUIT, SIGTERM, SIGUSR1, SIGUSR2 };
|
/PHP-8.4/sapi/phpdbg/ |
H A D | phpdbg.c | 1404 zend_signal(SIGHUP, phpdbg_sighup_handler); in main()
|
Completed in 16 milliseconds