pcntl_signal is safe too

This commit is contained in:
Andrei Zmievski 2006-04-27 15:28:21 +00:00
parent c8b5891a0a
commit 389454e671

View File

@ -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)
{