mirror of
https://github.com/php/php-src.git
synced 2025-01-25 21:23:45 +08:00
pcntl_signal is safe too
This commit is contained in:
parent
c8b5891a0a
commit
389454e671
@ -516,7 +516,7 @@ PHP_FUNCTION(pcntl_exec)
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
/* {{{ proto bool pcntl_signal(int signo, callback handle [, bool restart_syscalls])
|
||||
/* {{{ proto bool pcntl_signal(int signo, callback handle [, bool restart_syscalls]) U
|
||||
Assigns a system signal handler to a PHP function */
|
||||
PHP_FUNCTION(pcntl_signal)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user