diff options
author | Jason Greene <jason@php.net> | 2001-09-30 06:59:12 +0000 |
---|---|---|
committer | Jason Greene <jason@php.net> | 2001-09-30 06:59:12 +0000 |
commit | 8a705b8cd91a6fc5df86540da9b574a6428d1a47 (patch) | |
tree | 99295d8b5ce64ebe3b6a335a13a1a0198d2199cd /ext/pcntl/php_pcntl.h | |
parent | 94d789e5d7016ba84da9897eec7388c9ea6f0df8 (diff) | |
download | php-git-8a705b8cd91a6fc5df86540da9b574a6428d1a47.tar.gz |
@Added new function pcntl_exec, which behaves similar to execve.
Diffstat (limited to 'ext/pcntl/php_pcntl.h')
-rw-r--r-- | ext/pcntl/php_pcntl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pcntl/php_pcntl.h b/ext/pcntl/php_pcntl.h index d80aadd138..3fff8f976a 100644 --- a/ext/pcntl/php_pcntl.h +++ b/ext/pcntl/php_pcntl.h @@ -48,6 +48,7 @@ PHP_FUNCTION(pcntl_wexitstatus); PHP_FUNCTION(pcntl_wtermsig); PHP_FUNCTION(pcntl_wstopsig); PHP_FUNCTION(pcntl_signal); +PHP_FUNCTION(pcntl_exec); static void pcntl_signal_handler(int); |