From: Andrei Zmievski Date: Thu, 27 Apr 2006 15:28:21 +0000 (+0000) Subject: pcntl_signal is safe too X-Git-Tag: BEFORE_NEW_OUTPUT_API~355 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=389454e671852b20182e27136db917da1bdb05f7;p=php pcntl_signal is safe too --- diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index a0cc21332e..1eda2316c4 100755 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -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) {